![]() |
|
search with booleans - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: search with booleans (/thread-3473.html) |
search with booleans - zecapaulo - 2008-08-15 Hi First I want congratulate the creators of Zenphoto. I'm a prfessional brazilian photographer and a long time I was looking for software like zenphoto Since one month I'm using zenphoto in my site www.paulobackes.com.br/zenphoto/zenphoto and its greate! My questions: how use boolean searching in zenphoto? Many thanks and sorry my english Paulo Backes search with booleans - sbillard - 2008-08-15 Use & for AND, | for OR, ! for NOT. Expressions can be parenthesized. So you might have: `China & !Beijing`, `people | cats`, or `landscape & !(buildings | roads)` search with booleans - zecapaulo - 2008-08-15 Thanks, works fine Its possible change this to traditional booleans words? search with booleans - sbillard - 2008-08-16 Obviously anythig is possible. But, using the traditional words means they are not availabel as parts of a search string. That did not seem a problem with the traditional math symbols. |