Changes between Version 42 and Version 43 of BluePrint/TextSearch


Ignore:
Timestamp:
04/29/13 07:32:00 (12 years ago)
Author:
Vishrut Mehta
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrint/TextSearch

    v42 v43  
    211211*    We would not search for a particular record over here, but would filter all widgets for common context. As Dominic guided me, the solution is generic - i.e. it can use any filter widget (text, options, date/time etc.) - but requires the configuration of a context link for every resource (e.g. how is the resource linked to the event).
    212212
    213 *    For eg. If I configure a S3Profile page with a bunch of resources, introspect all text fields in the respective tables and configure them as context links, and then add an S3TextFilter for this context, then this would let me search for text phrases through all these resources.
     213*    For eg. If I configure a S3Profile page with a bunch of resources, introspect all text fields in the respective tables. After doing this, configure them as context links, and then add an S3TextFilter for this context.So thus, then this would let me search for text phrases through all these resources.
    214214
    215215*    After doing this and filtering out the common context, we would need a UI to display it. It would be simple, user friendly and categorized. Showing it in a much better way would be for future implementation.