Changes between Version 4 and Version 5 of BluePrintSearch
- Timestamp:
- 03/01/11 09:32:03 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrintSearch
v4 v5 44 44 === Interactive search methods === 45 45 46 For interactive search, '''S3Find''' can be configured per resource, using instances of classes implementing the '''S3SearchWidget''' interface to create search forms. 46 For interactive search, a custom '''S3Find''' instance can be configured per resource, using instances of classes implementing the '''S3SearchWidget''' interface to create search forms. 47 48 ''Note:'' Since neither S3Find nor S3SearchWidgets actually contain any link to a particular resource, their instances can be re-used across multiple resources, as long as the search fields are the same. 47 49 48 50 Two interactive search forms can be configured (both of which are optional): '''simple''' and '''advanced''', where the user can toggle between these forms (if both are defined). … … 105 107 106 108 When calling the {{{search}}} method, the {{{simple}}} form will be opened first, while the {{{advanced}}} form is hidden (if only the advanced form is defined, then it will of course not be hidden). By clicking the ''Advanced Search'' link below the form, the user can switch to the {{{advanced}}} form, and vice versa. The forms are independent, i.e. the user can only submit one of them. 107 108 109 == Implementation == 109 110