Hello,

I've been looking at the documentation on this page:

        https://docs.djangoproject.com/en/1.10/ref/contrib/postgres/search/

I am trying to use the postgres ts_rank function as exposed through django. The ts_rank function in postgres can be called in (at least) two ways:

        * ts_rank(tsvector, tsquery)
        * ts_rank(tsvector, tsquery, normalization)

The normalization integer is documented here (textsearch for normalization):

        https://www.postgresql.org/docs/current/static/textsearch-controls.html

I don't see in the documentation where this is exposed in the django side of things. How do I make use of that option?

Thanks for any help and sorry if I'm just blindly missing something obvious in the documentation.

Cheers,
Thomas

--
You received this message because you are subscribed to the Google Groups "Django 
users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/3fb397fc-8c3a-6e8f-19b2-46fd3fabd215%40gmx.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to