~fabiocbalbuquerque/sahana-agasti/web-services

« back to all changes in this revision

Viewing changes to config/ProjectConfiguration.class.php

Some work done on search. We now know where to index and that model names should be passed in.

Show diffs side-by-side

added added

removed removed

Lines of Context:
78
78
          'agReportPackage',
79
79
          'agEventPackage')
80
80
    );
 
81
    // Use the line below to enable indexing by getting Symfony to pick up lucene.yml from the module(s) passed to enableModules();
81
82
    $this->enableModules(array('scenario'));
82
83
  }
83
84