ransack
Object-based searching. (by activerecord-hackery)
Elasticsearch Rails
Elasticsearch integrations for ActiveModel/Record and Ruby on Rails (by elastic)
ransack | Elasticsearch Rails | |
---|---|---|
7 | 3 | |
5,666 | 3,071 | |
0.4% | 0.1% | |
6.7 | 6.1 | |
about 1 month ago | about 1 month ago | |
Ruby | Ruby | |
MIT License | Apache License 2.0 |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
ransack
Posts with mentions or reviews of ransack.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-03-24.
-
API - convention for filter that can have an occurrence of the value passed?
You might be looking for something like Ransack - https://github.com/activerecord-hackery/ransack
-
Airtable-like table filtering
I use ransack for this and find it very powerful and flexible without the need to rely on complex JS.
-
An Unofficial Active Admin Guide
For especially complicated cases, you can consider learning how to create custom predicates and Ransackers - extensions that convert parameters directly into Arel (internal library ActiveRecord, used to build SQL queries).
-
Building an Advanced Search Form in Rails 6
You can use gems like Ransack to build search forms much faster, but for the purpose of learning and performance we will be building this feature ourselves. Throughout the process, you will also learn how to customize Rails default pluralization. By the end, we will be able to search for Pokemon by name, type, and region.
Elasticsearch Rails
Posts with mentions or reviews of Elasticsearch Rails.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-08-17.
-
Full-text Search with Elasticsearch in Rails
Let's add Elasticsearch into the mix. To do so, we will need the elasticsearch-model gem. It's an official Elasticsearch gem that integrates nicely with Rails models.
-
Full Text Searching in a MySQL database via rails.
I like Elasticsearch a lot (Lucene’s architecture is awesome), there should be plenty of Rails gems that can interface with it. https://github.com/elastic/elasticsearch-rails
-
Anyone using elasticsearch-rails? contingency plans?
If anyone is curious about the solution: https://github.com/elastic/elasticsearch-rails/issues/1001
What are some alternatives?
When comparing ransack and Elasticsearch Rails you can also consider the following projects:
pg_search - pg_search builds ActiveRecord named scopes that take advantage of PostgreSQL’s full text search
Searchkick - Intelligent search made easy
elasticsearch-ruby - Ruby integrations for Elasticsearch
chewy - High-level Elasticsearch Ruby framework based on the official elasticsearch-ruby client
Sunspot - Solr-powered search for Ruby objects
Thinking Sphinx - Sphinx/Manticore plugin for ActiveRecord/Rails
has_scope - Map incoming controller parameters to named scopes in your resources
SearchCop - Search engine like fulltext query support for ActiveRecord
Searchlogic - Searchlogic provides object based searching, common named scopes, and other useful tools.
ransack vs pg_search
Elasticsearch Rails vs Searchkick
ransack vs Searchkick
Elasticsearch Rails vs pg_search
ransack vs elasticsearch-ruby
Elasticsearch Rails vs chewy
ransack vs Sunspot
Elasticsearch Rails vs Thinking Sphinx
ransack vs has_scope
Elasticsearch Rails vs Sunspot
ransack vs SearchCop
Elasticsearch Rails vs Searchlogic