1Version 0.3.9
2 * Fixed excluding hidden pages from the index, see conf/dokuwiki.php  $conf['hidepages'] configuration option
3 * Fixed bug when text before first section don't indexed
4Version 0.3.8
5 * Fixed excluding keywords processing
6 * Prevent indexing of empty documents
7Version 0.3.7
8 * Fixed detection of DokuWiki data directory when data directory is absolute path
9 * Added type casting for sphinx IDS from signed to unsigned as it required by
10 Sphinx search
11Version 0.3.6
12 * Fixed compatibility problem with version dokuwiki-2010-11-07.tgz "Anteater"
13Version 0.3.5
14 * Indexer fix: turned off PHP error/warning messages
15Version 0.3.4
16 * Added document encoding detection
17Version 0.3.3
18 * Minor bugfix release - improved indexing and search relevance
19 * Fixed search query escaping
20Version 0.3.2
21 * Fixed bug - document parsing by section
22Version 0.3.1
23 * Fixed bug with dokuwiki version 2008-05-05
24Version 0.3
25 * Added Help Page
26 * Renamed filter name from "@categories" to "@ns"
27 * Matching pagenames list constructed by Sphinx search
28 * Fixed bug with search query
29 * Added grouping search results by page with nested subsections
30 * Fixed bug with relevance
31 * Fixed bug with navigations by pages
32 * Added namespaces list in sidebar of search results
33 * Fixed search by namespaces
34 * Fixed support for multilanguage search
35Version 0.2
36 * Fixed bug with invalid characters in XML
37 * Fixed bug with parsing dokuwiki pages
38 * Fixed bug with memory leak, now it requires not more than 7Mb
39Version 0.1
40