![]() |
|
Simple SearchEngine example? - 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: Simple SearchEngine example? (/thread-8687.html) |
Simple SearchEngine example? - databyss - 2011-06-04 Can somebody provide or link to a simple example of how to use the SearchEngine class? More specifically, I'm trying to search a particular album for images with a Date greater than today's date. The documentation is rather lacking in examples. Simple SearchEngine example? - sbillard - 2011-06-04 Sorry, the serach engine does not provide for expressions in searchse, just pattern matches Simple SearchEngine example? - databyss - 2011-06-04 Thanks for the info! I guess I can just iterate and compare. |