About Querying Golem-Base
Golem-base includes a sophisticated query engine that you can use for searching on entities.
Tip: We search only on string and numeric annotations, with the addition of searching on an owner by address
The querying engine is modeled after traditional C-style languages, using operators and approaches as follows:
- && for and
- || for or
- = for testing equality
- > for testing greater than for numerical annotations
- \< for testing less than for numerical annotations
- Grouped parentheses
- Strings are surrounded by double quotes
- Numbers are not surrounded by any characters