Changes between Version 6 and Version 7 of FullTextSearch
- Timestamp:
- 08/16/13 21:51:36 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FullTextSearch
v6 v7 193 193 So, this is query is returned back to select and a db call for extracting records from this query(filter) will be extracted.[[BR]] 194 194 Finally, we display the records with an extra field into the display which will be the document file field name. 195 [[BR]]195 Also, 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]] 196 196 [[BR]] 197 197 Note: Still left to design the structure for extracting snippets from the query and displaying it along with the records are left.(a @ToDo).[[BR]]