searchlogic
Ruby on Rails: 2.3.8: How do I get searchlogic to work with bundler?
Currently, I get this error: NameError: undefined methodmerge_joins\' for class Class\' i\'m just doing[详细]
2023-04-01 07:27 分类:问答RoR: Search Logic, How do I use OR with two different values on the same field?
I want to do something similar to : @search(some_condition or some_other_condition) this is how the internet says to use OR http://www.binarylogic.com/2009开发者_JS百科/08/26/using-searchlogic-to-com[详细]
2023-03-24 02:22 分类:问答can not open 'rails console' after 'gem install searchlogic'
lhdgriver@lhdgriver-1015PW:~/prog/social$ bundle show searchlogic /home/lhdgriver/.rvm/gems/ruby-1.9.2-p180/gems/searchlogic-2.4.28[详细]
2023-03-17 22:19 分类:问答Changing number of returned search results with Rails and Ajax
I recently changed the pagination with will_paginate in my Rails (2.3.4) app to use Ajax for the pagination and records per page.The pagination was done using the method described here: http://github.[详细]
2023-03-05 06:17 分类:问答How to add a GROUP_BY clause in a Searchlogic query?
I\'m using Searchlogic with Rails 2.3.5 and I need 开发者_JAVA百科to do add a GROUP_BY clause with 2 columns to my query. I tried:[详细]
2023-02-21 05:00 分类:问答Inspect MetaSearch columns
Regarding MetaSearch, I would like to extract \"human\" names from the search parameters.For example, when the params[:search] has non-blank values for the following:[详细]
2023-02-18 08:32 分类:问答Searchlogic 'OR' conditions on associated records
Rails 2.3.5 Searchlogic 2.3.27 I have the following models; class Outbreak < ActiveRecord::Base has_many :bacterial_agents, :dependent => :destroy[详细]
2023-02-10 15:53 分类:问答Searchlogic: Strange behaviour when combining scopes with OR
I\'m currently implementing a search form in our users database. I would like to search by id , by login or by email.[详细]
2023-02-07 15:31 分类:问答Chaining searching and sorting together in rails using serachlogic
My code is very similar to that in railscasts #240 The differences are that I am using rails 2.3.10 so I am not using \'where\'.Instead I am using serachlogic and my model looks like this...[详细]
2023-02-05 13:41 分类:问答Rails 3 Search: Searchlogic vs Thinking_Sphinx
In the past, I have used thinking_sphinx with Rails 2.3 and I found no problems with it. Is it worth considering a new search option?[详细]
2023-01-31 13:14 分类:问答