class Dbee::Query::Filters
Top-level class that allows for the making of filters. For example, you can call this as:
-
Filters.make(key_path: :field, type: :contains, value: 'something')
Top-level class that allows for the making of filters. For example, you can call this as:
Filters.make(key_path: :field, type: :contains, value: 'something')