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

  1. When selecting *matches*, use **%** as a placeholder.
  2. Example: "Zip" - 'matches' - "1%" gives all zip starting with 1
  3. .. image:: /web_advanced_search_wildcard/static/description/screenshot.png
  4. :alt: Screenshot
  5. Also allows insensitive exact search.
  6. Example "Name" - 'matches' - "john" will find "John" and "john" but not "Johnson".