pycsw icon indicating copy to clipboard operation
pycsw copied to clipboard

make csw:AnyText population configurable

Open tomkralidis opened this issue 11 years ago • 0 comments

The current approach of the csw:AnyText column for full text search is as follows:

  • on import of XML document:
    • execute an XPath to pick all element text (not element attribute) values and dump them into a text field

It would be valuable to allow the pycsw admin to optionally configure which fields they would like to be included for full text searching

tomkralidis avatar Nov 29 '13 20:11 tomkralidis