-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
The first version of this auto completion should be based on the most popular searches and the string the string the user already typed.
Currently there is an endpoint /top available which returns the most common search terms. However it does not evaluate any characters which were already typed by the user.
Suggestions for the general search field should be provided with the /suggest endpoint as they are for other fields. Check the openapi spec/swagger for more information.
Reactions are currently unavailable