Searching

Search

General

On some resources, such as orders and the library of 3D objects, we can perform searches.

You’re given a text box where you can type one or more search terms. Each term might have one or more words, and you can separate the terms using commas.

Search is case insensitive.

Examples

Assuming we have the following orders:

  • Conrad Chicago
  • Conrad Manila
  • Conrad London
  • Waldorf Astoria Chicago
  • Hilton New York Mid-Town
  • Hilton Anaheim

You can look for all Conrad hotels by typing: conrad, you’d get back:

  • Conrad Chicago
  • Conrad Manila
  • Conrad London

If you searched for conrad chicago, you’d only get:

  • Conrad Chicago

However, if you search for conrad, chicago you’ll get all orders containing conrad + all orders containing: chicago:

  • Conrad Chicago
  • Conrad Manila
  • Conrad London
  • Waldorf Astoria Chicago

Filters

On the library of 3D objects, you can filter by tag. When more than one tag is selected, the results will only contain the objects that include all selected tags.

Indexed fields

The following fields are used to find search results:

  • Orders: ID, name, invoice numbers, model names & brand name.
  • Users: Email, first name & last name.
  • Clients (companies): Name.
  • 3D Objects: ID, name, description, path & tag names.