cuba-platform / fts

Full-Text Search Addon
https://www.cuba-platform.com/
Apache License 2.0
4 stars 1 forks source link

FTS for browser screens loads immediately hit infos and tooltip description for all searched entities #60

Closed andreysubbotin closed 4 years ago

andreysubbotin commented 5 years ago

Environment

Description of the bug or enhancement

gorbunkov commented 4 years ago

For QA: tooltips are generated for displayed entities only. Check that if there are a lot of indexed entities (thousands) that meet full-text- search criteria, no out-of-memory errors appear.

The cuba.gui.genericFilterFtsTableTooltipsEnabled enables and disables tooltips generation at all. Tooltips generation takes a lot of time, so for new projects created with FTS addon, tooltip generation will be disabled by default.

gorbunkov commented 4 years ago

Breaking change - for old projects, users will have to set the cuba.gui.genericFilterFtsTableTooltipsEnabled property manually if they need tooltips.