Ignore:
Timestamp:
Jun 3, 2010, 4:31:44 AM (14 years ago)
Author:
gav
Message:

Improvements to inventory text search, add inventoryGroup and hide Limit Search unless one of the values is true.

File:
1 edited

Legend:

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

    r116 r566  
    1212
    1313    String toString() {"${this.name}"}
     14
     15    static searchable = {
     16        root false // only index as a component of InventoryItem.
     17        only = ['name']
     18    }
     19
    1420}
Note: See TracChangeset for help on using the changeset viewer.