Opened 4 years ago

Closed 4 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 Mariusz Felisiak, 4 years ago

Has patch: set
Owner: set to James Turk
Status: newassigned
Summary: add support for websearch_to_tsqueryAdded support for webquery search to SearchQuery() on PostgreSQL 11+.
Triage Stage: UnreviewedAccepted

comment:2 by Mariusz Felisiak <felisiak.mariusz@…>, 4 years ago

Resolution: fixed
Status: assignedclosed

In ff00a053:

Fixed #31088 -- Added support for websearch searching in SearchQuery.

Note: See TracTickets for help on using tickets.
Back to Top