Changes between Initial Version and Version 1 of Ticket #31304, comment 3
- Timestamp:
- Feb 24, 2020, 12:40:46 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #31304, comment 3
initial v1 31 31 return lhs, lhs_params 32 32 }}} 33 34 That would make `filter(column__search=SearchQuery('simple', config='simple'))` result in the desired `to_tsvector('simple', column) @@ plainto_tsquery('simple', 'keyword')`.