ols4 icon indicating copy to clipboard operation
ols4 copied to clipboard

V2 of search endpoint

Open apriltuesday opened this issue 5 months ago • 2 comments

New feature description. As far as I can tell there's currently no V2 of the search endpoint. Are there any plans to add one? The V2 endpoints seem to be a lot more rich so it would be nice to have that functionality for search as well.

Use cases We use search to look for occurrences of a string within label and synonyms, but would like to know which type of synonym (exact, related, etc.) is being matched.

Describe alternatives you've considered We're currently working around this by making multiple API calls - one to search (V1) to get the results, and another to classes (V2) to get the synonym types. This works but of course isn't ideal.

apriltuesday avatar Jun 24 '25 13:06 apriltuesday