From 40a8c620e283b5ec236b9f9c9d7d597fdaa98e9b Mon Sep 17 00:00:00 2001 From: kay Date: Mon, 18 Mar 2013 11:48:24 -0400 Subject: [PATCH] trivial rename of text-index.txt to text-indexes.txt --- source/applications/text-search.txt | 2 +- source/core/{text-index.txt => text-indexes.txt} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename source/core/{text-index.txt => text-indexes.txt} (100%) diff --git a/source/applications/text-search.txt b/source/applications/text-search.txt index 730ca144470..8e98579a751 100644 --- a/source/applications/text-search.txt +++ b/source/applications/text-search.txt @@ -66,7 +66,7 @@ This ``text`` index catalogs all string data in the ``subject`` field and the ``content`` field, where the field value is either a string or an array of string elements. -See :doc:`/core/text-index` for details on the options available when +See :doc:`/core/text-indexes` for details on the options available when creating ``text`` indexes. Additionally, ``text`` indexes can also be combined with diff --git a/source/core/text-index.txt b/source/core/text-indexes.txt similarity index 100% rename from source/core/text-index.txt rename to source/core/text-indexes.txt