-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Added collection inversion filter * Added a better variable name * fix(frontend): make select box bigger * fix(backend): do not force unwrap * Updated to use Bool instead of string * fix(frontend): do not send useless redirect parameter * Removed redundant if statement * Added inversion filter for people * Resolved bug where incorrect number of items is shown for people * do not send useless redirect parameter groups * Fixed bug where inversion wasnt working in non-metadata searches * Added Group filters * Added comments for the new collection filter function since its not clear what the params do * Linted code * chore(backend): address minor issues * fix(frontend): minor typing errors * fix(frontend): show on filter * chore(frontend): no conditionals when displaying all collections * Corrected incorrect column query * chore(backend): remove comment * refactor(backend): extract function to utils --------- Co-authored-by: Diptesh Choudhuri <[email protected]>
- Loading branch information
1 parent
a451df4
commit 2d4da19
Showing
10 changed files
with
335 additions
and
79 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.