0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 20, 2023 — May 20, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
removing console.log statement More... over 12 years ago
switching searchify.js to jQuery More... over 12 years ago
actually, as_json is what we want, but to_json need to be called on the array More... over 12 years ago
going back to to_json More... over 12 years ago
use as_json instead of to_json More... over 12 years ago
don't call to_json on the array of facets because it seems to loop endlessly, call directly on facet More... over 12 years ago
conditional add :include option to search so we don't get nil error More... over 12 years ago
conditionally add options to hash pagination hash More... over 12 years ago
use tap instead of returning More... over 12 years ago
adding gemspec More... over 12 years ago
Make FacetsBuilder#column use ActiveRecord::Base#columns_hash instead. More... almost 16 years ago
symbolizing the search option keys in case they are passed as a string More... about 16 years ago
filling readme More... about 16 years ago
customizing the text field size depending on the type (forgot to include file last commit) More... about 16 years ago
customizing the text field size depending on the type More... about 16 years ago
refactored javascript for building facet menu options More... about 16 years ago
select menus are now disabled properly and maintain their selected value More... about 16 years ago
rows are now properly built up and passed their values for the multi-value facets, also the fields keep their value when switching facets More... about 16 years ago
adding support for different types of fields in the javascript More... about 16 years ago
the :all condition option now wraps % signs around search term to make it behave more like a full text search More... about 16 years ago
making the :all option search across multiple fields More... about 16 years ago
adding support for 'contains' conditional option More... about 16 years ago
strings are now properly escaped and unescaped by javascript in facet fields More... about 16 years ago
removing default value from facet to_json and javascript More... about 16 years ago
adding more items to the todo list More... about 16 years ago
adding searchify_javascript generator More... about 16 years ago
adding searchify_fields_for view helper More... about 16 years ago
refactoring condition options parsing into Facet from SearchOptions class More... about 16 years ago
adding support for passing date range to facet conditions More... about 16 years ago
adding support for passing operator to facet conditions More... about 16 years ago