trestle-search
trestle-search copied to clipboard
Implement advanced search / filters
Placeholder issue to begin working out the details of how advanced search / filters will work.
Hi, what's the status of the advanced search/filters feature?
I hate ActiveAdmin so I tried trestle but now I regret it because it's missing so many basic features like this one. It's a shame because the framework is really nice, tbh :(
bump
I hate ActiveAdmin so I tried trestle but now I regret it because it's missing so many basic features like this one. It's a shame because the framework is really nice, tbh :(
https://github.com/TrestleAdmin/trestle-search/tree/filters
@spohlenz or any maintainers, what's keeping the filters branch from being merged into master?
我討厭 ActiveAdmin,所以我嘗試了支架,但現在我後悔了,因為它缺少很多像這樣的基本功能。很遺憾,因為框架真的很好,tbh :(
https://github.com/TrestleAdmin/trestle-search/tree/filters
WOW, But... How to use this.
filters do
filter :kind, type: :select, choices: SecurityEvent.kinds.map { |k, v| [k, v] }
filter :created_at, type: :daterange
end