See here for wider discussions on the topic: https://www.postgresql.org
/message-id/CAPpHfdudo%2B%3DEwzWgyOyKN96e4s0Vrh_%2BA-
Yu%3D_L3O1miPVz4Fw%40mail.gmail.com &
https://stackoverflow.com/questions/46966360/postgres-word-similarity-not-
comparing-words
Out of this came the new `strict_word_similarity` function which does
respect word boundaries.
Adding a django API for this function would give more options for
performing fuzzy text matching. This could also be implemented as an
extension to the existing `TrigramWordSimilarity`.
'''Note''': this is a PostgreSQL 11+ feature.
--
Ticket URL: <https://code.djangoproject.com/ticket/33788>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* owner: Matt Brewer => Matt
* has_patch: 0 => 1
--
Ticket URL: <https://code.djangoproject.com/ticket/33788#comment:1>
Comment (by Matt):
Opened a PR here: https://github.com/django/django/pull/15776
--
Ticket URL: <https://code.djangoproject.com/ticket/33788#comment:2>