- Log an error when indexing an object and one of its schemas defines a missing field as searchable.
- Make sure that indexing other existing fields of the same schema works.
- searchable utils function: raise AttributeError when field is missing.
[jone]
- Added support for marking fields searchable in plone.supermodel XML models. This is done by implementing a IFieldMetadataHandler that is capable of serializing/de-serializing the corresponding taggedValue to/from XML. [lgraf]
- Add ``utils.searchable`` method for marking fields of third party schemas as searchable. [kagesenshi]
1.4.1
------------------
- ignore the request in the get_field_widget method, to avoid problems with request variables wich have the same name than the field. [phgross]
- Added test-buildout for plone-4.1.x [lgraf]
1.4
----------------
- Added IntFieldConverter, wich return the plain value instead of the render method (600000 --> 600,000) [phgross]
1.3
---
- Fixed querying of tagged values: use helper function mergedTaggedValueList - which also looks up tagged values on superclasses. [jbaumann]
- Fixed html to text transform call: added source mimetype. [jbaumann]
1.2
---
- Fixed data transforms in NamedFileConverter [lgraf]
1.1
---
- Made reindexer more robust, since sometimes the field values may be wrong. [jbaumann]
- Do not traverse to "view" in indexer, this could cause security issues especially in tests. Using now a fake-view for enabling z2 mode. [jbaumann]