Search feature built-in and support for sorting categories through tags!


Search would be great, although not everyone is going to want to run ElasticSearch since it can be fairly expensive. pg_search may be better for some users who don't want to pay for an ElasticSearch instance, but both have their places.
I'm not really sure how this would work though since search needs to be fine-tuned for each application. You can't quite build a generic search that works for every app, but I'm open to brainstorming ideas.
I'm not really sure how this would work though since search needs to be fine-tuned for each application. You can't quite build a generic search that works for every app, but I'm open to brainstorming ideas.


Yeah, Ransack is not bad. It doesn't support full text search like pg_search does which is also just querying the database.
I'll work on coming up with something generic that might work similar to how Administrate does it and that probably makes sense to have built-in to the scaffolds by default or something.
I'll work on coming up with something generic that might work similar to how Administrate does it and that probably makes sense to have built-in to the scaffolds by default or something.




Notifications
You’re not receiving notifications from this thread.