Phrase Search and Proximity — The <-> Operator
PostgreSQL's phrase search operator <-> matches terms that appear adjacent or within a specified distance. This is far more precise than a simple AND query.
PostgreSQL's phrase search operator <-> matches terms that appear adjacent or within a specified distance. This is far more precise than a simple AND query.