From 9ab0b3c56360f64e99d545b666c7bf66088af86a Mon Sep 17 00:00:00 2001 From: Dan Stone Date: Tue, 25 Feb 2020 11:00:26 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f6325b8..c4ae96b 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Our requirements have been listed by a key business stakeholder: ## Essential requirements: - Search results should be relevant, e.g. a search for broccoli stilton soup should return at least broccoli stilton soup. -- Searches should complete quickly so users are not kept waiting – this tool needs to serve many users so lower latency will mean we can serve more concurrent searches. +- Searches should complete quickly so users are not kept waiting – this tool needs to serve many users so lower latency will mean we can serve more concurrent searches - ideally searches will take < 10ms. Ideally the results will be sorted so that the most relevant result is first in the result list.