trestle-search icon indicating copy to clipboard operation
trestle-search copied to clipboard

Implement advanced search / filters

Open spohlenz opened this issue 7 years ago • 7 comments

Placeholder issue to begin working out the details of how advanced search / filters will work.

spohlenz avatar Aug 14 '17 10:08 spohlenz

Hi, what's the status of the advanced search/filters feature?

StandardNerd avatar Nov 24 '17 12:11 StandardNerd

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 :(

Papipo avatar Jan 09 '20 14:01 Papipo

bump

arun057 avatar Nov 26 '20 22:11 arun057

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

kxu1988 avatar Mar 10 '21 02:03 kxu1988

@spohlenz or any maintainers, what's keeping the filters branch from being merged into master?

tcd avatar Dec 15 '21 23:12 tcd

我討厭 ActiveAdmin,所以我嘗試了支架,但現在我後悔了,因為它缺少很多像這樣的基本功能。很遺憾,因為框架真的很好,tbh :(

https://github.com/TrestleAdmin/trestle-search/tree/filters

WOW, But... How to use this.

z22919456 avatar May 11 '22 12:05 z22919456

  filters do
    filter :kind, type: :select, choices: SecurityEvent.kinds.map { |k, v| [k, v] }
    filter :created_at, type: :daterange
  end

alex-andreiev avatar May 09 '24 09:05 alex-andreiev