Changes between Initial Version and Version 1 of Ticket #32492
- Timestamp:
- Feb 28, 2021, 9:54:04 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #32492 – Description
initial v1 1 Use case: filter queryset by an inexact substring. For example, retrieve an object with the following headline ' Dogecoin is following bitcoin in its dramatic rise' when searching for 'dogge'.1 Use case: filter queryset by an inexact substring. For example, retrieve an object with the following headline ''Dogecoin is following bitcoin in its dramatic rise'' when searching for ''dogge''. 2 2 3 3 Currently it is possible to filter a queryset on the basis of trigram similarity between the search string and full text stored in a column.