I wasn't sure what category this really belongs in. I'm trying to structure a search query, and I'm not getting the results that I expect.
If I want to get only folks located at 551 Tremont Street, I've written this query:
thumbnails.php?album=search&type=full&search=551+Tremont
However, that seems to be returning anything with Tremont in it. What operator should I be using to just get 551 Tremont?
Thanks,
Marianne
Is there any documentation on the search function?
Yeah, read the code :)
It will search OR by default. You can change that to be AND by default in include/search.inc.php.