nycmeshnet / meshdb

A convenient, stable, and sane database for tracking Members and Nodes for use with robots and humans
https://db.mesh.nycmesh.net
MIT License
8 stars 13 forks source link

Add search endpoint for Members, Installs, etc. #395

Open Andrew-Dickinson opened 2 months ago

Andrew-Dickinson commented 2 months ago

While Daniel was working on his "whole building installs" tool, he requested a query pattern we do not currently support. He wanted to provide a search box to his users and have it search across name, phone number, and email address fields automatically (similar to the behavior in the admin UI)

We should probably add a search endpoint to handle this case

Andrew-Dickinson commented 2 months ago

Consider doing fuzzy matching as described in #406 on this endpoint as well