Wed, 26 Jun 2024 00:44:53 UTC | login

Information for build rubygem-scoped_search-4.1.0-7.fc32

ID138994
Package Namerubygem-scoped_search
Version4.1.0
Release7.fc32
Epoch
SummaryEasily search your ActiveRecord models
DescriptionScoped 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.
Built bydavidlt
State complete
Volume DEFAULT
StartedFri, 27 Mar 2020 09:12:03 UTC
CompletedFri, 27 Mar 2020 09:12:03 UTC
Tags
f33
RPMs
src
rubygem-scoped_search-4.1.0-7.fc32.src.rpm (info) (download)
noarch
rubygem-scoped_search-4.1.0-7.fc32.noarch.rpm (info) (download)
rubygem-scoped_search-doc-4.1.0-7.fc32.noarch.rpm (info) (download)
Changelog * Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 4.1.0-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 4.1.0-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 4.1.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 4.1.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 4.1.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild