How suitable is it for client work (non Govt) ? I've run into a few things but I'm in the early stages of this project so could pull back if necessary.
i.e. What is a good way of removing modules specified in cwp-recipe-basic - I don't need fulltextsearch as the client doesn't want/use Solr etc.
Even if I set the locale in mysite/_config.php in cwp-core/_config.php is the following code
if (class_exists('Translatable')) {
Translatable::set_default_locale('en_NZ');
Turns out this is why my basic search wasn't working.