Changes between Version 4 and Version 5 of BluePrintSearch


Ignore:
Timestamp:
03/01/11 09:32:03 (14 years ago)
Author:
Dominic König
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrintSearch

    v4 v5  
    4444=== Interactive search methods ===
    4545
    46 For interactive search, '''S3Find''' can be configured per resource, using instances of classes implementing the '''S3SearchWidget''' interface to create search forms.
     46For 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.
    4749
    4850Two 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).
     
    105107
    106108When 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 
    108109== Implementation ==
    109110