meta_search icon indicating copy to clipboard operation
meta_search copied to clipboard

Object-based searching (and more) for simply creating search forms. Not currently maintained.

Results 49 meta_search issues
Sort by recently updated
recently updated
newest added

Using checks form helper was terribly slow even on list of countries.

I have a structure set up ``` rb class Organization < ActiveRecord::Base has_many :groups end class Group < ActiveRecord::Base has_many :conversations, inverse_of: :group belongs_to :organization end class Conversation < ActiveRecord::Base...

I found that when I tried to create checkboxes with string values, some of the labels weren't clickable. It's because for values that had spaces in them, the IDs generated...

if your model contains an attribute named "phone", then you may got an exception

This fix a compatibility issue with Squeel.

List of checkboxes for form helper generates array of params like this (I don't select any checkbox and use "id_in" predicate): ``` [""] ``` Validator pass them and gem generates...

This may need some clean up (label for doesn't have the id of the next field). I'm sure other html tags can be used (divs and what not). Not sure...

Only other way to override default scope order AND keep power of meta_search ordering would be: ModelClass.reorder(true).search(.....) which seems a bit awful to me, and may explode for some databases.

So we can use a &nbsp; to the sorting indicator from breaking to a new line (from issue #60)