Mercurial > p > roundup > code
diff doc/customizing.txt @ 5114:f74300d1494e
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').
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Fri, 01 Jul 2016 17:10:09 -0400 |
| parents | e424987d294a |
| children | a927f9549af0 |
line wrap: on
line diff
--- a/doc/customizing.txt Thu Jun 30 21:08:15 2016 -0400 +++ b/doc/customizing.txt Fri Jul 01 17:10:09 2016 -0400 @@ -668,8 +668,9 @@ behaviour: * String properties can have an ``indexme`` attribute that defines if the - property should be part of the index. The default is 'yes' but this - can be set to 'no' to prevent a property from being indexed. + property should be part of the full text index. The default is 'no' but this + can be set to 'yes' to allow a property's contents to be in the full + text index. * Link and Multilink properties can have several attributes: - ``do_journal``: By default, every change of a link property is
