Query Limitations

There are a number of limitations to keep in mind when leveraging query functionality with TinaCMS's Content API:

Filter operations

Some filter operations are not currently supported:

  • Combining conditions using a boolean OR operation
  • Negating conditions using a boolean NOT operation
  • exists operation

Numeric value handling

Numeric values (in both filters and indexed documents) are currently zero-padded to 4 places to provide correct sorting. For example, a field value of 10 would be converted to 0010. Because of this, numeric values larger than 9999 may currently result in unexpected behavior.

Indexing

There are several known limitations to keep in mind when using indexes for improved query performance.

IN Operators


Object fields


Field type and field order in an index

Last Edited: March 26, 2025