You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
339 B
10 lines
339 B
When selecting *matches*, use **%** as a placeholder.
|
|
|
|
Example: "Zip" - 'matches' - "1%" gives all zip starting with 1
|
|
|
|
.. image:: /web_advanced_search_wildcard/static/description/screenshot.png
|
|
:alt: Screenshot
|
|
|
|
Also allows insensitive exact search.
|
|
Example "Name" - 'matches' - "john" will find "John" and "john" but not "Johnson".
|
|
|