vsemionov / boomerang

An experimental web application

Home Page:https://boomerang-core.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Search and sort cleanup

vsemionov opened this issue · comments

Configurable sort field translation map.
Configurable search and sort parameter names.
Clean up module and class constants.
Refactor away filter<->mixin dependencies like the reference to view.full_text_search in SearchFilter.
Refactor the fuzzy search logic into the filter.

Completed in c9b2f28 and 3705ab2.