Changes between Initial Version and Version 1 of Ticket #31304, comment 3


Ignore:
Timestamp:
Feb 24, 2020, 12:40:46 PM (4 years ago)
Author:
Simon Charette

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #31304, comment 3

    initial v1  
    3131         return lhs, lhs_params
    3232}}}
     33
     34That would make `filter(column__search=SearchQuery('simple', config='simple'))` result in the desired `to_tsvector('simple', column) @@ plainto_tsquery('simple', 'keyword')`.
Back to Top