Changes between Version 1 and Version 2 of Ticket #34459, comment 1
- Timestamp:
- Apr 4, 2023, 11:51:30 AM (20 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #34459, comment 1
v1 v2 1 1 Tentatively accepting, I'm seeing errors but only when the args to SearchVector are outside that which is documented to accept. 2 2 3 Felix & Simon will likely be able to clear things up .3 Felix & Simon will likely be able to clear things up as the arguments to SearchVector aren't "meant" to contain %: https://docs.djangoproject.com/en/4.2/ref/contrib/postgres/search/#changing-the-search-configuration & https://docs.djangoproject.com/en/4.2/ref/contrib/postgres/search/#weighting-queries 4 4 5 5 … … 12 12 }}} 13 13 14 It's when one of the arguments to SearchVector contain a percent that it becomes an issue (the params weight & config aren't meant to contain %):14 It's when one of the arguments to SearchVector contain a percent that it becomes an issue: 15 15 16 16 {{{