Commit 234a7e8feed2a6e547e04c0ffd90e28b67b2fbac
1 parent
89e61faa
Add table mappings for document_transaction_text and document_searchable_text
document_transaction_text contains a full-text indexed field containing all transaction comments for a document. document_searchable_text contains a full-text indexed field containing all metadata values, transaction comments, and file contents for a document. git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3926 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
2 additions
and
0 deletions
config/tableMappings.inc
| ... | ... | @@ -142,4 +142,6 @@ $default->workflow_state_actions_table = 'workflow_state_actions'; |
| 142 | 142 | $default->field_value_instances_table = 'field_value_instances'; |
| 143 | 143 | $default->field_behaviours_table = 'field_behaviours'; |
| 144 | 144 | $default->field_behaviour_options_table = 'field_behaviour_options'; |
| 145 | +$default->document_transaction_text_table = 'document_transaction_text'; | |
| 146 | +$default->document_searchable_text_table = 'document_searchable_text'; | |
| 145 | 147 | ?> | ... | ... |