scoped_search
Scoped search makes it easy to search your ActiveRecord-based models.
It will create a named scope :search_for that can be called with a query string. It will build an SQL query using
the provided query string and a definition that specifies on what fields to search. Because the functionality is
built on named_scope, the result of the search_for call can be used like any other named_scope, so it can be
chained with another scope or combined with will_paginate.
Because it uses standard SQL, it does not require any setup, indexers or daemons. This makes scoped_search
suitable to quickly add basic search functionality to your application with little hassle. On the other hand,
it may not be the best choice if it is going to be used on very large datasets or by a large user base.
Total
Ranking: 4,317 of 183,107
Downloads: 1,600,789
Daily
Ranking: 5,068 of 183,092
Downloads: 560
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
Rank | Downloads | Name |
---|---|---|
8,211 | 367,316 | katello |
148,482 | 3,442 | scoped_search-oracle_enhanced |
153,133 | 3,260 | scoped_search-h2 |
Depends on
Rank | Downloads | Name |
---|---|---|
10 | 953,844,246 | rake |
25 | 817,849,894 | rspec |
35 | 595,989,894 | activerecord |
Owners
# | Gravatar | Handle |
---|---|---|
1 | wvanbergen | |
2 | #842 | |
3 | abenari | |
4 | domcleal | |
5 | Ares | |
6 | aruzicka | |
7 | theforeman |