summaryrefslogtreecommitdiff
path: root/ishtar_common/templates
diff options
context:
space:
mode:
Diffstat (limited to 'ishtar_common/templates')
-rw-r--r--ishtar_common/templates/widgets/search_input.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/ishtar_common/templates/widgets/search_input.html b/ishtar_common/templates/widgets/search_input.html
index 14249f4e8..6ae8d5d82 100644
--- a/ishtar_common/templates/widgets/search_input.html
+++ b/ishtar_common/templates/widgets/search_input.html
@@ -79,7 +79,8 @@
<h4>{% trans "Filled/empty" %}</h4>
<p>{% blocktrans %}If you want to get items with a specific criteria filled, set the value to "*". Instead if you want to get items with a specific criteria empty, set the value to "*", then prefix the criterion with "-".{% endblocktrans %}</p>
<p><em>{% blocktrans %}Example: "material='*'" will return only all items with a material set, "-material='*'" return all items with material not set.{% endblocktrans %}</em></p>
-
+ <p>{% blocktrans %}This information applies to text fields. For numeric fields, use the greater than operator (see next section).{% endblocktrans %}</p>
+ <p><em>{% blocktrans %}Example: searching for "length=>'0'" will return all values greater than or equal to 0, i.e. all completed lengths.{% endblocktrans %}</em></p>
<h4>{% trans "Greater than, lower than, before, after" %}</h4>
<p>{% blocktrans %}For searches such as larger, smaller (for numeric fields), before, after (for date fields), add the criterion from the form, then change the "=" sign to "=&gt;" or "=&lt;", depending on the desired result.{% endblocktrans %}</p>
<p><em>{% blocktrans %}Example: the search "year=&gt;'2019'" will return all items from 2019 and onwards.{% endblocktrans %}</em></p>