We can abstract away the search component of the project by placing it in its own app, and maybe add one or two forms that take some parameters (e.g. some tags) and returns all of the database entries matching those parameters.
For now the API for this part of the project should be really straightforward. We can start by only enabling search on tag names.
We can abstract away the search component of the project by placing it in its own app, and maybe add one or two forms that take some parameters (e.g. some tags) and returns all of the database entries matching those parameters.
For now the API for this part of the project should be really straightforward. We can start by only enabling search on tag names.