silverstripe-docsviewer/code
martimiz 0bd844e139 Fix: no search results found on documentation homepage
On the homepage there are no searchedEntities nor searchedVersions
defined, so the searchForm creates empty hiddenfields. PerformSeach
creates subqueries for thes empty values resulting in the return of an
'Empty' query object.

Solution: do not create these fields when there are no entities/versions
2013-01-07 16:53:33 +01:00
..
controllers Fix: no search results found on documentation homepage 2013-01-07 16:53:33 +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 Minor: add whitespace after comma in module/entity summary 2013-01-07 16:44:00 +01:00
DocumentationService.php Fix: Search returns no results for auto-registered modules 2013-01-07 16:41:07 +01:00