Ecosyste.ms: Packages

An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 2.9% on rubygems.org
Top 2.3% downloads on rubygems.org
Top 3.3% dependent packages on rubygems.org
Top 2.4% dependent repos on rubygems.org
Top 3.0% forks on rubygems.org

rubygems.org : 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.

Registry - Source - Homepage - Documentation - JSON
purl: pkg:gem/scoped_search
License: MIT
Latest release: 7 months ago
First release: over 14 years ago
Dependent packages: 4
Dependent repositories: 147
Downloads: 1,527,913 total
Stars: 265 on GitHub
Forks: 76 on GitHub
Total Commits: 610
Committers: 46
Average commits per author: 13.261
Development Distribution Score (DDS): 0.561
More commit stats: commits.ecosyste.ms
See more repository details: repos.ecosyste.ms
Last synced: about 1 month ago

    Loading...
    Readme
    Loading...