For the complete documentation index, see llms.txt. This page is also available as Markdown.

Advanced filters

Filters can be given by adding a key and values array to the URL. Adding a single filter: &key=key1&value=value1&operator=gt Adding multiple filters: &key[]=key1&value[]=value1&operator[]=eq&key[]=key2&value[]=value2&operator[]=gt

Following operators are allowed:

Operator
Description

li

Like (%)

eq

Equal (=)

ne

Not equal (!=)

gt

Greather than (>)

ge

Greather than or equal (>=)

lt

Less than (<)

le

Less than or equal (<=)

Last updated

Was this helpful?