class Babik::Selection::Config

Selection configuration

Constants

OPERATOR_SEPARATOR

Operator separator string e.g. first_name__iregex where first_name is the field an iregex the operator

RELATIONSHIP_SEPARATOR

Relationship separator string e.g.

- author::first_name__iregex where author is the association, first_name is the field and iregex the operator
- posts::tags::name__contains where posts is related with tags and (tag) name is the field
  and contains the operator.