gustafn
committed
on 16 Nov 13
add xowiki::File content to the search index:
- extend xowiki method search_render to return "mime" and "text" fields
- xowiki::File->search… Show more
add xowiki::File content to the search index:

- extend xowiki method search_render to return "mime" and "text" fields

- xowiki::File->search-render calls now ::search::convert::binary_to_text

  to convert file content to index words (when available)

- use dict instead of associative array in ::xowiki::datasource

Show less