From 12b59175a5cf51b4faaa45468554c3f22538f82e Mon Sep 17 00:00:00 2001 From: Klaas Freitag Date: Fri, 1 Apr 2022 17:03:31 +0200 Subject: [PATCH] Minor addition: Performance for searching --- docs/ocis/adr/0018-file-search-api.md | 2 +- docs/ocis/adr/0019-file-search-index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/ocis/adr/0018-file-search-api.md b/docs/ocis/adr/0018-file-search-api.md index 69ab16af3..68d7e5b6d 100644 --- a/docs/ocis/adr/0018-file-search-api.md +++ b/docs/ocis/adr/0018-file-search-api.md @@ -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 diff --git a/docs/ocis/adr/0019-file-search-index.md b/docs/ocis/adr/0019-file-search-index.md index 1ac525cb0..8c7d90914 100644 --- a/docs/ocis/adr/0019-file-search-index.md +++ b/docs/ocis/adr/0019-file-search-index.md @@ -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