Skip to content

Commit f002f46

Browse files
committed
issue2550854: including new field in All text* search.
Fixed documentation in customizing.txt. The default for indexme on String fileds is 'no' not 'yes'. So to get a new string field into the full text/all text index you need to use String(indexme='yes').
1 parent be257c4 commit f002f46

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGES.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,11 @@ Fixed:
202202
issues. Patch supplied by Stuart McGraw (smcgraw). For caveats
203203
see ``upgrading.txt`` and the comments in the default templates.
204204
(Docs created and applcation by John Rouillard)
205+
- issue2550854: including new field in All text* search.
206+
Fixed documentation in customizing.txt. The default for indexme on
207+
String fileds is 'no' not 'yes'. So to get a new string field into
208+
the full text/all text index you need to use String(indexme='yes').
209+
Reported by Michael Belleville. (John Rouillard)
205210

206211
2016-01-11: 1.5.1
207212

doc/customizing.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -668,8 +668,9 @@ Properties can have additional attributes to change the default
668668
behaviour:
669669

670670
* String properties can have an ``indexme`` attribute that defines if the
671-
property should be part of the index. The default is 'yes' but this
672-
can be set to 'no' to prevent a property from being indexed.
671+
property should be part of the full text index. The default is 'no' but this
672+
can be set to 'yes' to allow a property's contents to be in the full
673+
text index.
673674
* Link and Multilink properties can have several attributes:
674675

675676
- ``do_journal``: By default, every change of a link property is

0 commit comments

Comments
 (0)