silverstripe-fulltextsearch/src
Dylan Wagstaff 367343c481 FIX permit reindexing on a Windows machine
It appears that when executing in a Microsoft Windows environment the
default shell used in the immediate reindex handler is CMD, which has
some severely different syntax support from that of a POSIX machine (e.g.
GNU bash). This leads to errors to do with double escaping certain
parameters passed in via the CLI - culminating in an Injector error about
an non-extant class e.g. 'SilverStripe\\CMS\\Model\\SiteTree' - two
slashes a namespace separator does not make!
2018-02-23 16:46:44 +13:00
..
Search MINOR Correct PHPDoc types and remove unused imports 2018-01-10 19:57:19 +13:00
Solr FIX permit reindexing on a Windows machine 2018-02-23 16:46:44 +13:00
State API More TestState into source folder from tests 2018-01-10 15:16:04 +13:00
Utils ENHANCEMENT Use namespace imports rather than fully qualified class names in strings 2017-12-04 11:56:18 +13:00