From #8
I would recommend having a single "search" route like this, and using query parameters along with SQL LIKE and OR to have a more universal endpoint. You can imagine how hard it would be to maintain separate search endpoints for a table with 100's of searchable columns...
From #8
I would recommend having a single "search" route like this, and using query parameters along with SQL LIKE and OR to have a more universal endpoint. You can imagine how hard it would be to maintain separate search endpoints for a table with 100's of searchable columns...