Improve search #41

Closed
opened 2021-02-24 22:36:09 +00:00 by pendulum · 1 comment

The PostgresQL full text search implementation does not currently allow the search query to contain irrelevant words.

The search document could possibly be stored on an index instead of in a separate table, i.e. to_tsvector(yourfulltextfield), although this may not allow the document to contain data from other tables.

The PostgresQL full text search implementation does not currently allow the search query to contain irrelevant words. The search document could possibly be stored on an index instead of in a separate table, i.e. `to_tsvector(yourfulltextfield)`, although this may not allow the document to contain data from other tables.
pendulum added the
enhancement
label 2021-02-24 22:36:09 +00:00
Author
https://gitea.unknown.name/pendulum/traxxx/commit/7818328378282c92454f4acee6f16cda26ea8bbc
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: DebaucheryLibrarian/traxxx#41
No description provided.