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

Glossary flexible search #99

Open
dmitriisimbrask opened this issue Mar 14, 2024 · 0 comments
Open

Glossary flexible search #99

dmitriisimbrask opened this issue Mar 14, 2024 · 0 comments

Comments

@dmitriisimbrask
Copy link

dmitriisimbrask commented Mar 14, 2024

Hello!
Are there plans to add a more flexible API for glossaries?

I'm interested in the case of integration with systems that have no database storage and need to be filtered by user_id.
That means when creating a glossary, i can specify an optional parameter and use it later in request to get all glossaries by a specific param.
/v2/glossaries/{param_id}

Because now it could be done only by glossary ID (which changes every time the glossary is changed)

At the moment, without using system internal DB, I see an only option to specify a name like user_1-glossary_name in order to determine the ownership of glossaries within the system.
However, even after receiving them through get_all_glossaries, I will have to do internal complex filtering by parsing the name param.

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant