meta-search
assign class id to an input field
so there I have this code in rails <%= f.label :year, \"Year:\" %><br /> <%= f.text_field :year %></p>[详细]
2023-04-11 11:57 分类:问答how to search one object and return another related object
I am trying to create search form when user search for a course it returns list of user\'s names who are taking that course.So i have user table,course table and user-course join table.I want o use me[详细]
2023-04-10 07:08 分类:问答Using metasearch's contains search option for non-string data types
While using metasearch gem to do a somewhat complex search I got an error when using the \"_contains\" option an numerical(decimal) field and later found out i开发者_Go百科n the documentation that it[详细]
2023-04-07 06:56 分类:问答Selecting unique rows when doing a join
Fist a little background: I\'m using Rails 3.0.7, Postgres 9.0 and MetaWhere/MetaSearch 1.0.4 I have a very frustrating problem with getting the unique records when querying the my database.[详细]
2023-04-06 21:56 分类:问答UTF-8 error with Cucumber feature
I’m using Rails 3.0.7 and ruby 1.9.2 with cucumbe开发者_StackOverflowr and capybara. I just had this problem, and I can’t find a solution :([详细]
2023-04-06 14:40 分类:问答MetaSearch sort ordered column
I have a model: class Event < ActiveRecord::Base default_scope :order => \'date_begin\' end There is a sort link in a view file:[详细]
2023-04-05 10:53 分类:问答metasearch has_many where all/none has to match
Im trying to make a metasearch or alternatively a scope that gives me all objects that doesnt have any of its has_many-association equal to type == \"Something\".[详细]
2023-04-04 08:04 分类:问答rails error in form because of utf8=✓ with meta search
I have an issue in a search form with meta search : When I submit my search form (method get) I have a 500 error because of the utf8=✓ param added by rails.[详细]
2023-04-01 20:16 分类:问答Meta_Search: Search on number of associated entries
I have the following Rails models: class Entry < ActiveRecord::Base has_and_belongs_to_many :tags, :uniq => true[详细]
2023-03-29 05:26 分类:问答Metasearch - Help with Jquery ajax request when checkbox is pressed
I want to make a Jquery ajax request when a checkbox pressed either true or false. My form: <form method=\"get\" action=\"/\" accept-charset=\"UTF-8\"><div style=\"margin: 0pt; padding: 0pt[详细]
2023-03-24 01:48 分类:问答