Basic search functionality on iOS: two words
I have a question regarding regarding search on iOS. It seems that if I search for single words (from title, or name of author) the search works well, but when I put two words to narrow down then nothing is found. Is this missing functionality or do I need to combine words with logical operators?
As @burgarth says, if you put two author names separated by a space in the search bar, you receive results that match *either* author, not results that match *both* authors, which is what the desktop app does and is what is typical in search interfaces. Putting quotation marks around each term (i.e., changing /termx termy/ to /"termx" "termy"/) doesn't change the results.
(But the new beta build for this issue isn't available yet.)
Thanks!