|
1.
|
|
|
This module adds full text search capabilities to OpenERP if used in conjunction with the Koo client.
Note that this module requires the server to connect to an administrator user in PostgreSQL because it uses PL/PythonU. Be advised that this might be a security risk.
The module will try to load PL/PythonU language if it doesn't already exist in the database.
|
|
|
module: full_text_search
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
model:ir.module.module,description:full_text_search.module_meta_information
|
|
3.
|
|
|
The Object name must start with x_ and not contain any special character !
|
|
|
module: full_text_search
|
|
|
|
(no translation yet)
|
|
|
|
Located in
constraint:ir.model:0
|
|
4.
|
|
|
Fields that should be indexed in the Full Text Search engine should be given a priority here.
|
|
|
module: full_text_search
|
|
|
|
(no translation yet)
|
|
|
|
Located in
help:ir.model.fields,fts_priority:0
|
|
6.
|
|
|
Full Text Index Priorities
|
|
|
module: full_text_search
|
|
|
|
(no translation yet)
|
|
|
|
Located in
model:ir.actions.act_window,name:full_text_search.fts_priorities_action
|
|
14.
|
|
|
Update Full Text Index
|
|
|
module: full_text_search
|
|
|
|
(no translation yet)
|
|
|
|
Located in
model:ir.ui.menu,name:full_text_search.menu_fts_wizard
|
|
16.
|
|
|
Non indexable field type.
|
|
|
module: full_text_search
|
|
|
|
(no translation yet)
|
|
|
|
Located in
code:addons/full_text_search/full_text_index.py:0
|
|
19.
|
|
|
Full Text Search Configuration Wizard
|
|
|
module: full_text_search
|
|
|
|
(no translation yet)
|
|
|
|
Located in
model:ir.actions.act_window,name:full_text_search.action_fts_wizard
|
|
25.
|
|
|
Full Text Indexes
|
|
|
module: full_text_search
|
|
|
|
(no translation yet)
|
|
|
|
Located in
view:fts.full_text_index:0
view:fts.priority:0
model:ir.actions.act_window,name:full_text_search.fts_full_text_index_action
|
|
27.
|
|
|
Shows with which priority this field is being indexed at the moment. It may change after Update Full Text Index process.
|
|
|
module: full_text_search
|
|
|
|
(no translation yet)
|
|
|
|
Located in
help:ir.model.fields,fts_current_priority:0
|
|
28.
|
|
|
Note that this operation may take a long time depending on the number of indexes and database size.
|
|
|
module: full_text_search
|
|
|
|
(no translation yet)
|
|
|
|
Located in
view:fts.wizard:0
|