From 39227c02fe8df770f94ee2ab00b90399348238be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com> Date: Tue, 7 Nov 2006 15:22:55 +0000 Subject: [PATCH] also add full_text.SearchableText as a full text key git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11179 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../CatalogFullTextKeyTemplateItem/full_text_key_list.xml | 1 + product/ERP5/bootstrap/erp5_core/bt/revision | 2 +- .../bootstrap/erp5_core/bt/template_catalog_full_text_key_list | 3 ++- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/product/ERP5/bootstrap/erp5_core/CatalogFullTextKeyTemplateItem/full_text_key_list.xml b/product/ERP5/bootstrap/erp5_core/CatalogFullTextKeyTemplateItem/full_text_key_list.xml index 46273ddcd5..662e00e9f7 100644 --- a/product/ERP5/bootstrap/erp5_core/CatalogFullTextKeyTemplateItem/full_text_key_list.xml +++ b/product/ERP5/bootstrap/erp5_core/CatalogFullTextKeyTemplateItem/full_text_key_list.xml @@ -1,3 +1,4 @@ <key_list> <key>SearchableText</key> + <key>full_text.SearchableText</key> </key_list> \ No newline at end of file diff --git a/product/ERP5/bootstrap/erp5_core/bt/revision b/product/ERP5/bootstrap/erp5_core/bt/revision index 5755659621..a8f6a254f8 100644 --- a/product/ERP5/bootstrap/erp5_core/bt/revision +++ b/product/ERP5/bootstrap/erp5_core/bt/revision @@ -1 +1 @@ -163 \ No newline at end of file +164 \ No newline at end of file diff --git a/product/ERP5/bootstrap/erp5_core/bt/template_catalog_full_text_key_list b/product/ERP5/bootstrap/erp5_core/bt/template_catalog_full_text_key_list index bfaddb4736..5e90fc7ee3 100644 --- a/product/ERP5/bootstrap/erp5_core/bt/template_catalog_full_text_key_list +++ b/product/ERP5/bootstrap/erp5_core/bt/template_catalog_full_text_key_list @@ -1 +1,2 @@ -SearchableText \ No newline at end of file +SearchableText +full_text.SearchableText \ No newline at end of file -- 2.30.9