From 06c46115392fa113c07a59fa33391240fad0993c Mon Sep 17 00:00:00 2001 From: Olly Betts Date: Tue, 31 Oct 2017 12:25:32 +1300 Subject: [PATCH] Fix doc typo --- xapian-applications/omega/docs/termprefixes.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xapian-applications/omega/docs/termprefixes.rst b/xapian-applications/omega/docs/termprefixes.rst index 4ca025f82..e7491425a 100644 --- a/xapian-applications/omega/docs/termprefixes.rst +++ b/xapian-applications/omega/docs/termprefixes.rst @@ -93,7 +93,7 @@ have a 'material' field, which records what each object is primarily made of. So a sundial might be 'material=Stone', a letter might be 'material=paper', etc. There's no standard prefix for 'material', so you might allocate ``XM``. If you lowercase the field contents, you can avoid having to add a colon to -seprated the prefix and content, so documents would be indexed by terms such as +separate the prefix and content, so documents would be indexed by terms such as ``XMstone``` or ``XMpaper``. If you're indexing using scriptindex, and have a field in the input file -- 2.11.4.GIT