I'm missing somthing...
From documentation:
1.4 Search operators
You also have the possibility to insert various operators in the query string. The LIKE operator is used as default, but you can also use the following operators:
0. LIKE: Like
1. NOT LIKE: Not like
2. <>: [Not]
3. =: Exact
4. <: Lesser than
5. >: Greater than
Am I far off wanting these:
6. <= Lesser than or equal
7. >= Greater than or equal.
Or can I construct this in some way using the existing options?
I'm doing a search on a date, and customers want to see the items on the selected date rather than after.
I can js my way out of this, but not without altering the date in the applied datepicker, which will look odd.
Best regards,
Steen
/Bleau