From fcc473842584023b72da40abde6d26ce5736cda5 Mon Sep 17 00:00:00 2001 From: James <37276661+capjamesg@users.noreply.github.com> Date: Wed, 16 Oct 2024 18:37:55 +0100 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d322037..e8e4dd3 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,8 @@ An in-memory, NoSQL database implemented in Python, with support for building custom ranking algorithms. +You can run full text search queries on thousands of documents with multiple fields in < 1ms. + [Try a site search engine built with JameSQL](https://jamesg.blog/search-pages/) Here is an example of a search engine with a JameSQL back-end: