From 6d2b89e00c11faac42b576c2c56c6d46041bf80c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Agust=C3=ADn=20D=C3=ADaz?= <49416765+AgustinRamiroDiaz@users.noreply.github.com> Date: Sat, 3 Feb 2024 20:19:31 -0300 Subject: [PATCH] fix typo in basic_search.html --- examples/basic_search.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/basic_search.html b/examples/basic_search.html index 1fa9c15..5835797 100644 --- a/examples/basic_search.html +++ b/examples/basic_search.html @@ -156,7 +156,7 @@

Defining the schema

Our second field is body. We want full-text search for it, but we do not -need to be able to be able to retrieve it +need to be able to retrieve it for our application.

We can make our index lighter and by omitting STORED flag.