.. include:: hyperlinks.txt .. _Appendix E: Appendix E: smart query ======================= The following operators are understood: * ``&``, ``and`` * ``|``, ``or`` * ``~`` * ``==``, ``=``, ``equal to``, ``equal``, ``equals``, ``is`` * ``<``, ``less than`` * ``>``, ``greater than`` * ``<=``, ``=<``, ``less or equal than``, ``equal or less than``, ``less or equal``, ``equal or less`` * ``>=``, ``=>``, ``greater or equal than``, ``equal or greater than``, ``greater or equal``, ``equal or greater`` * ``<>``, ``not equal to``, ``not equal`` * ``starts with`` * ``ends with`` * ``contains`` * ``in`` * ``not in``