Minor addition: Performance for searching

This commit is contained in:
Klaas Freitag
2022-04-01 17:03:31 +02:00
committed by Michael Barz
parent ebb8882be1
commit 12b59175a5
2 changed files with 2 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ The ability to find files based on certain search terms is a key requirement for
## Decision Drivers
* Have a simple yet powerful way of finding files in oCIS
* Have a simple yet powerful, scalable and performant way of finding files in oCIS
* Be able to construct intelligent searches based on metadata
* Allow the user to filter the search queries based on metadata

View File

@@ -24,7 +24,7 @@ Sharing adds more complexity because the index also needs to react to create, de
## Decision Drivers
* Have a simple yet powerful way of finding files in oCIS
* Have a simple yet powerful, scalable and performant way of finding files in oCIS
* Be able to construct intelligent searches based on metadata
* Allow the user to filter the search queries based on metadata
* Basic File Search needs to be implemented out of the box without external dependencies