G5 / storext

Add type-casting and other features on top of ActiveRecord::Store.store_accessor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use with Ransack

michaelminter opened this issue · comments

Has anyone figured out how to use Storext with Ransack search features?

Haven't tried. Don't see why you couldn't do this though. If you're just using hstore, json, or jsonb underneath, then you can use PG querying syntax: http://schinckel.net/2014/05/25/querying-json-in-postgres/

Will close this. Feel free to reopen with updates