Notes |
|
(0000031)
|
administrator
|
2011-04-27 11:56
|
|
You can search inside object field values with ooql "filter" commands.
You can index attachements enabling the Tika module |
|
|
(0000033)
|
g_prajeesh
|
2011-04-27 12:13
(edited on: 2011-04-27 12:16) |
|
|
|
(0000034)
|
administrator
|
2011-04-28 11:34
|
|
In Oberon, the Tika module is used to extract data/text from several file types. The binary content is transformed to a text and saved inside a DB clob field.
You can decide to activate this option during the file checkin (fileput) operation. Search inside file content can be perfomed by a filter in the OOQL query command:
query immediate ...... filter ( filecontent[ FileTypeName ] ~= "*SearchedText*" )
|
|