Skip to content

.NET: [MEVD] PostgreSQL IsFullTextIndexed support #12158

Closed Answered by westey-m
Stepami asked this question in Q&A
Discussion options

You must be logged in to vote

PostgreSQL requires a language to be specified when creating the vector or query for full text search, e.g. english in the following example:

SELECT title
FROM pgweb
WHERE to_tsvector('english', body) @@ to_tsquery('english', 'friend');

Our abstractions do not currently have the ability to pass/configure such a value, however adding such support is on our backlog, specifically to support databases like PostgreSQL.

For more information and tracking see #10359

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@Stepami
Comment options

Answer selected by Stepami
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
.NET Issue or Pull requests regarding .NET code triage
3 participants