silverstripe-docsviewer/code
martimiz 58d4f242b0 Fix: Search returns no results for auto-registered modules
Automatic registration sets the version to '' (empty). This breaks the
search as Lucene Search will return an Empty query object if a subquery
has an empty key.

Fix: register the modules as 'current' instead of ''. Setting the
version title to 'current' in DocumentViewer->getVersions() is now no
longer necessary.
2013-01-07 16:41:07 +01:00
..
controllers Fix: Search returns no results for auto-registered modules 2013-01-07 16:41:07 +01:00
models FIX: IsFolder -> isFolder 2012-11-10 09:27:28 +13:00
tasks FIX: prevent notice while doing search request. 2012-09-09 18:05:06 +12:00
DocumentationParser.php BUGFIX: Deprecation errors and strict warnings breaks the docsviewer 2012-05-18 09:48:57 +12:00
DocumentationPermalinks.php Method visibility 2012-11-10 09:27:10 +13:00
DocumentationSearch.php Fix: Mark DocumentationSearch::get_index_location() as static 2013-01-07 15:16:21 +01:00
DocumentationService.php Fix: Search returns no results for auto-registered modules 2013-01-07 16:41:07 +01:00