`TrigramSimiliarity` on `ArrayField`

You are right on this part. “Array” is not “atomic”

From the docs

Arrays are not sets; searching for specific array elements can be a sign of database misdesign. Consider using a separate table with a row for each item that would be an array element. This will be easier to search, and is likely to scale better for a large number of elements.

Tho i wish it was possible


Never the less thank you for your time and have a good day