ols4
ols4 copied to clipboard
V2 of search endpoint
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.