Changes between Version 6 and Version 7 of FullTextSearch


Ignore:
Timestamp:
08/16/13 21:51:36 (11 years ago)
Author:
Vishrut Mehta
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FullTextSearch

    v6 v7  
    193193So, this is query is returned back to select and a db call for extracting records from this query(filter) will be extracted.[[BR]]
    194194Finally, we display the records with an extra field into the display which will be the document file field name.
    195 [[BR]]
     195Also, we dont need to worry about the permission aspect, as for example - like any other query, like, contains, belongs etc, they do there permission management by filtering the ids. Here also, as we are generating a BELONGS query from a TEXT query, the permission management will be done like any other query, AS the fulltext() function is just an intermediate function, and the rest of the permission management is the same.[[BR]]
    196196[[BR]]
    197197Note: Still left to design the structure for extracting snippets from the query and displaying it along with the records are left.(a @ToDo).[[BR]]