mrkamel / search_cop

Search engine like fulltext query support for ActiveRecord
MIT License
825 stars 39 forks source link

Support postgres hstore/jsonb fields #58 #60

Closed mrkamel closed 7 months ago

westonganger commented 2 years ago

Is it time for this functionality to be merged into master?

mrkamel commented 2 years ago

@westonganger I wanted to to look into adding json support for mysql first as well. That's why it's not yet merged. Sorry for the delay.

mrkamel commented 2 years ago

Additionally, i thought about the neccessity to query deep json attributes, such that i wasn't 100% confident about the feature.

mrkamel commented 7 months ago

... added support for nested json via column->nested->field. Still thinking about json arrays and numbers. Currently, arrays are not supported and field data is expected to be strings.