Changes between Version 16 and Version 17 of BluePrintSearch


Ignore:
Timestamp:
03/23/11 12:15:50 (14 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrintSearch

    v16 v17  
    6767==== Configuring Interactive search methods ====
    6868
    69 For interactive search, a custom '''S3Find''' instance can be configured per resource, using instances of classes implementing the '''S3SearchWidget''' interface to create search forms.
     69For interactive search, a custom '''S3Search''' instance can be configured per resource, using instances of classes implementing the '''S3SearchWidget''' interface to create search forms.
    7070
    71   ''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.
     71  ''Note:'' Since neither S3Search 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.
    7272
    7373Two 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).
    7474
    7575{{{
    76     # Use a variable to hold the S3Find instance
    77     hms_hospital_search = s3base.S3Find(
     76    # Use a variable to hold the S3Search instance
     77    hms_hospital_search = s3base.S3Search(
    7878
    7979        # Simple search form as a tuple of widgets: