BlocklyProp
BlocklyProp copied to clipboard
Add "search" parameter to project/list endpoints
Please add a simple "search" parameter that does an SQL case-insensitive 'LIKE "%SEARCHTERM%"' against the
Name Board Description User
fields. Adding this to the endpoints would allow for a fairly straightforward way to make finding existing projects a lot easier, and allow for server-side processing when we implement #1392