G-Node/gogs

Fix search API endpoints

Opened this issue · 0 comments

Since PR #47 the API endpoints for search and suggest no longer work. The web search uses internal functions for searching and filtering with the user's cookie. The API endpoints should be rewritten to use access tokens and reuse functionality.