PENGIN PI! A CRM with the back bone of a feature light ERP system. Utilitarian in design, easy to extend, customize, and deploy. Made by a community, supported by Tobu Pengin.
We need to create a Flask route to handle autocomplete requests for the search field. This route will take a query string as input and return a JSON response with possible search results.
Tasks
[ ] #386
[ ] #385
[ ] #387
Acceptance Criteria
The autocomplete route is created and returns a JSON response with possible search results based on the input query string.
Description
We need to create a Flask route to handle autocomplete requests for the search field. This route will take a query string as input and return a JSON response with possible search results.
Tasks
Acceptance Criteria