forked from OCA/server-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
615dc0c
commit 87dbc0f
Showing
4 changed files
with
19 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ Attachment Unindex Content | |
!! This file is generated by oca-gen-addon-readme !! | ||
!! changes will be overwritten. !! | ||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
!! source digest: sha256:ea58b36b08c5d8ff1eaf428f88f80f7171cac26df0babe83a7e95f7f54e518b6 | ||
!! source digest: sha256:ac1a360bceb47e15c6cc5ae92a37b94fa4fbfbcbbd53fd45c7333d5e845d5294 | ||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png | ||
|
@@ -35,13 +35,13 @@ the attachment is read and stored directly in the database. This field | |
is useful in order to search content of a file. But most of cases it is | ||
not used, so, you can install this module in order to: | ||
|
||
- **Avoid Duplicating Data:** Because indexation extracts text content | ||
from files and put it on the database in order it could be searched, | ||
but this implies you have the file data in your ``filestore`` | ||
directory, and also part (or sometimes all) of that data in your | ||
database too. | ||
- **Improve Performance:** Since not all indexed files are plain text, | ||
they require extra process to read them. | ||
- **Avoid Duplicating Data:** Because indexation extracts text content | ||
from files and put it on the database in order it could be searched, | ||
but this implies you have the file data in your ``filestore`` | ||
directory, and also part (or sometimes all) of that data in your | ||
database too. | ||
- **Improve Performance:** Since not all indexed files are plain text, | ||
they require extra process to read them. | ||
|
||
Maybe you could try to uninstall modules like ``document`` in order to | ||
disable its indexation features, but you could face the uninstallation | ||
|
@@ -90,17 +90,15 @@ Authors | |
Contributors | ||
------------ | ||
|
||
- Moises López <[email protected]> | ||
- Erick Birbe <[email protected]> | ||
- Khoi (Kien Kim) <[email protected]> | ||
- Moises López <[email protected]> | ||
- Erick Birbe <[email protected]> | ||
- Khoi (Kien Kim) <[email protected]> | ||
|
||
Other credits | ||
------------- | ||
|
||
The migration of this module from 17.0 to 18.0 was financially supported | ||
by: | ||
|
||
- Camptocamp. | ||
The migration of this module from 16.0 to 18.0 was financially supported | ||
by Camptocamp. | ||
|
||
Maintainers | ||
----------- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters