Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

message search support for non-english user #14827

Closed
xylonx opened this issue Jan 12, 2023 · 2 comments
Closed

message search support for non-english user #14827

xylonx opened this issue Jan 12, 2023 · 2 comments

Comments

@xylonx
Copy link

xylonx commented Jan 12, 2023

Description:

As coded below, I find now the message analyzer is 'english' only.

VALUES (?,?,?,to_tsvector('english', ?),?,?)

WHERE vector @@ websearch_to_tsquery('english', ?)

But there are also many non-english users like me in matrix community.

Is it possible to make the analyzer configurable to split non-english sentences for better searching experience or pass the search requests to third-party full-text search engine like elasticsearch?

@clokep
Copy link
Member

clokep commented Jan 12, 2023

I think this is essentially a duplicate of #10559 and/or #901.

@DMRobertson
Copy link
Contributor

#14608 has some more links and exploration of elasticsearch.

@DMRobertson DMRobertson closed this as not planned Won't fix, can't repro, duplicate, stale Jan 12, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants