Skip to main content

TrigramStrictWordSimilar

This class provides a PostgreSQL-specific lookup for strict word similarity using trigrams. It utilizes the "%% > >" operator to determine if the trigram similarity between a set of words and a target string exceeds a defined threshold.

Attributes

AttributeTypeDescription
lookup_namestring = trigram_strict_word_similarThe identifier used in Django ORM queries to apply the strict word similarity lookup.
postgres_operatorstring = %% > >The specific PostgreSQL operator used in the generated SQL to perform the strict word similarity comparison.

Constructor

Signature

def TrigramStrictWordSimilar()

Signature

def TrigramStrictWordSimilar() - > null