#
# ChangeLog for trunk/grails-app/conf/Searchable.groovy
#
# Generated by Trac 1.2
# Jul 26, 2025, 8:08:40 AM

Sat, 10 Jul 2010 12:48:50 GMT gav [622]
	* trunk/grails-app/conf/BootStrap.groovy (modified)
	* trunk/grails-app/conf/Config.groovy (modified)
	* trunk/grails-app/conf/Searchable.groovy (modified)
	* trunk/grails-app/controllers/AppCoreController.groovy (modified)
	* trunk/grails-app/domain/Asset.groovy (modified)
	* trunk/grails-app/domain/InventoryGroup.groovy (modified)
	* trunk/grails-app/domain/InventoryLocation.groovy (modified)
	* trunk/grails-app/i18n/messages.properties (modified)
	* trunk/grails-app/jobs/InventoryIndexJob.groovy (moved)
	* trunk/grails-app/services/CreateBulkDataService.groovy (modified)
	* trunk/grails-app/services/CreateDataService.groovy (modified)
	* trunk/grails-app/views/appCore/manager.gsp (modified)

	Apply bug fix for ticket #76.
	Rename all instances of Lucene to ...


Thu, 17 Jun 2010 12:52:06 GMT gav [598]
	* trunk/grails-app/conf/Config.groovy (modified)
	* trunk/grails-app/conf/Searchable.groovy (modified)

	Replace '/' with File.separator in config files.


Sat, 05 Jun 2010 14:11:11 GMT gav [571]
	* trunk/grails-app/conf/BootStrap.groovy (modified)
	* trunk/grails-app/conf/Searchable.groovy (modified)
	* trunk/grails-app/services/CreateDataService.groovy (modified)

	Start lucene mirroring and index after creating bootstrap data.


Wed, 02 Jun 2010 06:31:17 GMT gav [562]
	* trunk/application.properties (modified)
	* trunk/grails-app/conf/Searchable.groovy (added)
	* trunk/grails-app/controllers/AppCoreController.groovy (modified)
	* trunk/grails-app/controllers/InventoryItemDetailedController.groovy (modified)
	* trunk/grails-app/domain/Asset.groovy (modified)
	* trunk/grails-app/domain/InventoryItem.groovy (modified)
	* trunk/grails-app/domain/InventoryLocation.groovy (modified)
	* trunk/grails-app/i18n/messages.properties (modified)
	* trunk/grails-app/services/InventoryItemSearchService.groovy (modified)
	* trunk/grails-app/views/appCore/manager.gsp (modified)
	* trunk/grails-app/views/inventoryItemDetailed/search.gsp (modified)
	* trunk/grails-app/views/taskDetailed/_quickSearchPane.gsp (modified)

	Install searchable plugin, configure and start inventory search.