Quote:
Originally Posted by Comfy.n
That's quite interesting.
A search for in my Calibre library returns 10 results.
And returns the same 10 results, including Road to disunion, Intimate Communion and Reunion Romance Novella. It will also match titles containing unions
Whereas in google searches, double quotes seem to restrict the results to the exact string. 
|
This is explained in
the calibre documentation . A brief recapitulation:
- Quoting a search term doesn't change its meaning. The quotes allow you to include spaces. Thus title:union and title:"union" are the same.
- The search kind controls how matching works. There are 4 kinds. My and your examples use contains matching. Prefixing the search with an equals changes it to exact match.
Quote:
(by the way, title:="union" will also return 10 results)
|
If quotes are used then the search kind character must be inside the quotes.