Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[YSQL] Add support for CREATE TEXT SEARCH TEMPLATE #3512

Open
irizzant opened this issue Jan 31, 2020 · 9 comments
Open

[YSQL] Add support for CREATE TEXT SEARCH TEMPLATE #3512

irizzant opened this issue Jan 31, 2020 · 9 comments
Assignees
Labels
area/ysql Yugabyte SQL (YSQL) community/request Issues created by external users kind/enhancement This is an enhancement of an existing feature priority/medium Medium priority issue

Comments

@irizzant
Copy link

irizzant commented Jan 31, 2020

Jira Link: DB-1707
Hello
I have this issue while restoring my Postgres dump:

pg_restore: creating EXTENSION "unaccent"
pg_restore: [archiver (db)] Error from TOC entry 5; 3079 436183861 EXTENSION unaccent 
pg_restore: [archiver (db)] could not execute query: ERROR:  CREATE TEXT SEARCH TEMPLATE not supported yet
HINT:  Please report the issue on https://github.com/YugaByte/yugabyte-db/issues
    Command was: CREATE EXTENSION IF NOT EXISTS unaccent WITH SCHEMA public;
@yugabyte-ci yugabyte-ci added the community/request Issues created by external users label Jan 31, 2020
@ddorian ddorian added the area/ysql Yugabyte SQL (YSQL) label Jan 31, 2020
@ddorian
Copy link
Contributor

ddorian commented Jan 31, 2020

@irizzant text searching isn't yet supported.
I believe your issue depends on:

  1. gin/gist indexes YSQL - full text search  #3446
  2. full text search YSQL - full text search  #3446

@irizzant
Copy link
Author

@ddorian it looks like the mentioned issues do not mention the CREATE TEXT SEARCH TEMPLATE statement directly, this is why I opened this issue.
If you confirm that those issues fix also this we can close this and mark it as duplicate

@ddorian
Copy link
Contributor

ddorian commented Jan 31, 2020

I believe we keep this. You should also subscribe at those 2 I think.

@irizzant
Copy link
Author

Done, thank you for your suggestions. Is there any estimated date?

@rkarthik007
Copy link
Collaborator

Hi @irizzant ,

We're working on the 2.2 roadmap, and figuring out the timeline for this, please stay tuned! cc @ndeodhar

@schoudhury schoudhury changed the title CREATE TEXT SEARCH TEMPLATE not supported [YSQL] Add support for CREATE TEXT SEARCH TEMPLATE Jan 31, 2020
@schoudhury schoudhury added the kind/enhancement This is an enhancement of an existing feature label Jan 31, 2020
@GRoguelon
Copy link

Hi @irizzant ,

We're working on the 2.2 roadmap, and figuring out the timeline for this, please stay tuned! cc @ndeodhar

Hi @rkarthik007, any update on the 2.2 roadmap?

@ndeodhar
Copy link
Contributor

Hi @GRoguelon , unfortunately, we won't be able to support this in 2.2 and will likely take this up post that (i.e. post June).

@GRoguelon
Copy link

@ndeodhar Thank you very much for the quick answer.

@rkarthik007
Copy link
Collaborator

rkarthik007 commented Apr 16, 2020

Hi @GRoguelon,

There roadmap is now uploaded to GitHub, here is the v2.2 roadmap.

Please look at the Release Target column at items which have v2.2 as the value. Hope that helps. Would love to get any feedback you may have. Also, as @ndeodhar said, we were not able to accommodate the text search feature given all the other things going on. Happy to talk to you about alternative ways to achieve what you want - just holler on the community slack.

@yugabyte-ci yugabyte-ci added the priority/medium Medium priority issue label Jun 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/ysql Yugabyte SQL (YSQL) community/request Issues created by external users kind/enhancement This is an enhancement of an existing feature priority/medium Medium priority issue
Projects
Status: No status
Development

No branches or pull requests

8 participants