The-Encryption-Compendium / the-encryption-compendium

GNU General Public License v3.0
2 stars 0 forks source link

Create a new Django app for document search #27

Closed kernelmethod closed 4 years ago

kernelmethod commented 4 years ago

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.