meta-search
Is there anyway to change sort_link output params?
I wanna make a page that contains more than 开发者_开发知识库one tables. Each table is ajax filtered table that can be sorted using metasearch. This is sorting link for each table.[详细]
2023-03-22 20:58 分类:问答Integrating meta_search gem in index with existing geocoder gem search (rails)
I have already implemented a location based search using geocoder and am having trouble开发者_开发知识库 integrating the meta_search gem. I\'m trying to integrate meta_search into my object_controller[详细]
2023-03-22 04:56 分类:问答Rails 3 Meta_Search Multi-level associations
I have the following classes class BusinessLocation has_many :campaigns end My campaigns class as an attribute called event_return_rate.I am using meta_search\'s sort_link url helper to sort a lis[详细]
2023-03-19 11:38 分类:问答Rails 3 and MetaSearch
I am trying to implement the meta_search gem in my application to filter on various fields in a billing table:[详细]
2023-03-18 05:47 分类:问答Traversing the models with meta_search and referring to the virtual attributes
I\'m trying to apply the meta_search to a form where among all the attributes the one is a search by the author\'s name. It\'s stored as the two attributes \"first_name\" and the \"last_name\" in the[详细]
2023-03-17 19:07 分类:问答Search by association in Rails 3 with MetaSearch
I\'m using MetaSearch gem in my Rails 3 project. I have two models: class Company < ActiveRecord::Base[详细]
2023-03-17 13:17 分类:问答Issue with Kaminari while using meta_search for column ordering
I am using Kaminari for pagination and trying to use meta_search for column ordering.I would like my code to look like this:[详细]
2023-03-08 08:50 分类:问答rails activerecord metasearch undefined method
I\'m new to rails and need your开发者_JAVA技巧 help for what should be a simple problem. when I run this code:[详细]
2023-03-04 20:45 分类:问答How to set a 0 result in meta_search before user pressing a search button
I\'m using a meta_search on my rails 3 app. By default (before pressing a search button) meta_search returns all elements of开发者_JAVA技巧 searching model. and I want to set 0 result before user pres[详细]
2023-03-01 06:06 分类:问答rails metasearch sort by nested resource
Can you sort by nested resource with metasearch? norm开发者_如何转开发ally, item.customer_id so sort would be <%= sort_link @search, :customer_id %>[详细]
2023-02-27 04:30 分类:问答