You are here: Home / LBN / Up2date / Cloud Computing / BastionLinux 19 / rubygem-scoped_search-3.2.2-2.lbn19.noarch

rubygem-scoped_search-3.2.2-2.lbn19.noarch

Package Attributes
RPM  rubygem-scoped_search-3.2.2-2.lbn19.noarch.rpm Architecture  noarch Size  85025 Created  2019/09/30 06:54:47 UTC
Package Specification
Summary Easily search your ActiveRecord models
Group Development/Languages
License MIT
Home Page http://github.com/wvanbergen/scoped_search/wiki
Description

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 data sets or by a large user base.

Requires
rpmlib(PayloadFilesHavePrefix)  
rpmlib(FileDigests)  
rpmlib(CompressedFileNames)  
rpmlib(PayloadIsXz)  
Provides
rubygem(scoped_search)
rubygem-scoped_search

Document Actions