| 35 | There 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 | |
| 37 | To connect a custom {{{S3Find}}} instance to a resource (in order to add interactive search methods), use {{{s3xrc.model.configure}}}: |
| 38 | |
| 39 | {{{ |
| 40 | s3xrc.model.configure(table, search_method=my_s3find_instance |
| 41 | }}} |
| 42 | |
| 43 | See the next paragraph for how to build and connect a custom '''S3Find''' instance for a resource. |