Queries

How to Write Boolean-Style Queries in Elements

Elements implements a simple Boolean style query system allowing client code to quickly call specific information from the database. Additionally, this includes the ability to perform custom metadata. Queries are used in the following places in Elements:

  • Fields labeled "Selector" - This is used to select an object based on query criteria

  • Query strings in GET requests labeled "search"

At the time of this writing, the following types support queries with many more in the works.

  • Profiles

  • Distinct Inventory Items

Last updated