Opened 5 years ago
Closed 5 years ago
#31088 closed New feature (fixed)
Added support for webquery search to SearchQuery() on PostgreSQL 11+.
Reported by: | James Turk | Owned by: | James Turk |
---|---|---|---|
Component: | contrib.postgres | Version: | dev |
Severity: | Normal | Keywords: | search, webquery, postgres |
Cc: | Triage Stage: | Accepted | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Postgres 11 adds support for a more natural query syntax as an alternative to the existing 'raw' that has boolean operators. Supporting it in postgres.search is pretty trivial and makes things much easier for people wishing to power user-facing search without writing their own parser.
I have a PR in the works to add this :)
Change History (2)
comment:1 by , 5 years ago
Has patch: | set |
---|---|
Owner: | set to |
Status: | new → assigned |
Summary: | add support for websearch_to_tsquery → Added support for webquery search to SearchQuery() on PostgreSQL 11+. |
Triage Stage: | Unreviewed → Accepted |
Note:
See TracTickets
for help on using tickets.
PR