Changes between Version 3 and Version 4 of BluePrintSearch


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

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrintSearch

    v3 v4  
    3333  - JSON
    3434
     35There is a generic '''S3Find''' default instance connected to all resources, which will be used unless there is a resource-specific instance configured. However, this default instance does '''not''' provide any interactive search methods (JSON only).
     36
     37To connect a custom {{{S3Find}}} instance to a resource (in order to add interactive search methods), use {{{s3xrc.model.configure}}}:
     38
     39{{{
     40s3xrc.model.configure(table, search_method=my_s3find_instance
     41}}}
     42
     43See the next paragraph for how to build and connect a custom '''S3Find''' instance for a resource.
    3544=== Interactive search methods ===
    3645