brickstar / rails_engine

1 stars 0 forks source link

case insensitive #15

Open brickstar opened 6 years ago

brickstar commented 6 years ago

Single Finders Each data category should offer find finders to return a single object representation. The finder should work with any of the attributes defined on the data type and always be case insensitive.

Multi-Finders Each category should offer find_all finders which should return all matches for the given query. It should work with any of the attributes defined on the data type and always be case insensitive.