Pengin-Open-Source / pengin-pi

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.
GNU General Public License v3.0
9 stars 1 forks source link

[FEATURE] Create the Autocomplete route #384

Open stuart909 opened 1 year ago

stuart909 commented 1 year ago

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