mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
filter: index/unindex dives on loading or clearing logs
When loading dive data, populate the fulltext index. When clearing dive data, free the fulltext index. When deleting a dive, remove it from the fulltext index. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
6434ad2628
commit
d3f6e032cc
3 changed files with 20 additions and 0 deletions
|
|
@ -140,6 +140,7 @@ struct dive_site;
|
|||
struct dive_site_table;
|
||||
struct dive_trip;
|
||||
struct trip_table;
|
||||
struct full_text_cache;
|
||||
struct dive {
|
||||
struct dive_trip *divetrip;
|
||||
timestamp_t when;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue