The project and customer select inputs always use the /suggest endpoint. If you start entering some string into the inputs, it calls /suggest?q=someString. However, the /suggest endpoint can not be used for searching. We have to use the /search?q=someString endpoint instead.
The project and customer select inputs always use the
/suggest
endpoint. If you start entering some string into the inputs, it calls/suggest?q=someString
. However, the/suggest
endpoint can not be used for searching. We have to use the/search?q=someString
endpoint instead.