codelayerhq / likvi-timetracking-desktop

The Desktop Time Tracking App for likvi
GNU General Public License v3.0
5 stars 1 forks source link

[BUG] Searching for a projects and customers does not work #211

Closed tobiasdierich closed 3 years ago

tobiasdierich commented 3 years ago

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.