Is it possible to use `any_word` with `associated_against`
rockwellll opened this issue · 0 comments
rockwellll commented
Hey,
I have this case where i filter through nested associations.
Is it possible to do this
pg_search_scope :where_participant_name_is, associated_against: {
contacts: :full_name,
lists: :name,
}, using: {
tsearch: {any_word: true}
}
Because as i am testing it, it doesn't seem to be working, and the docs didn't mention this