djett41 / ionic-filter-bar

Filter Bar plugin for the Ionic Framework
MIT License
362 stars 112 forks source link

Pre-load filter text & save search result states #26

Open ingopansa opened 9 years ago

ingopansa commented 9 years ago

Any plans yet for pre-loading a filter text (1) and saving the state of search result (2) [(2) could actually be implemented through (1)).

Motivation: In order to provide a convenient entry point for user's to use the search functionality, an app may provide a list of trending searches, that, if picked by a user, preloads the search filter. This my be an addition to my other issue (#24) and could actually require to realize access to the filter text both read and write.

djett41 commented 9 years ago

@ingopansa I want to think a little more on the preloading , but I do have plans to implement a saved search feature in the near future!! The idea is that you can access your last 10 searches

voznik commented 8 years ago

it will be great to return from searched item view state to item's filtered list state with opened filter bar. for now with cancelOnStateChange: false filter bar stays on item view state and closes on back button. any idea how can implement such functionality?

svzi commented 8 years ago

Any news on this topic? I would really appreciate the possibility to come back from a details view and have the search bar still opened with the last text entered.