Ignore:
Timestamp:
Jun 2, 2010, 4:31:17 PM (14 years ago)
Author:
gav
Message:

Install searchable plugin, configure and start inventory search.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/domain/Asset.groovy

    r456 r562  
    3030    }
    3131
     32    static searchable = {
     33        root false // only index as a component of InventoryItem.
     34        only = ['name', 'description', 'comment']
     35    }
     36
    3237    //  This additional setter is used to convert the checkBoxList string or string array
    3338    //  of ids selected to the corresponding domain objects.
Note: See TracChangeset for help on using the changeset viewer.