graphiti icon indicating copy to clipboard operation
graphiti copied to clipboard

Filters And / Or

Open caiotarifa opened this issue 4 months ago • 0 comments

It would be nice to have a way to use operators like AND or OR to manipulate filters.

For example, I might want to search for records with "john" in both the "name" and "email" fields, something like this:

?filter[name_or_email][match]=john

caiotarifa avatar Oct 07 '24 03:10 caiotarifa