diff --git a/common/src/search.rs b/common/src/search.rs index b973142..255ec3a 100644 --- a/common/src/search.rs +++ b/common/src/search.rs @@ -17,7 +17,7 @@ pub const F_ALL_TEXT: &str = "all_text"; pub const F_DATA_WORD: &str = "data_word"; pub const F_DATA_NGRAM: &str = "data_ngram"; pub const F_DATA_EXACT: &str = "data_exact"; -pub const JOURNAL_TABLE_NAME: &str = "journal_entries"; +pub const JOURNAL_TABLE_NAME: &str = "general_ledger"; pub const TOK_WORD: &str = "kw_word"; pub const TOK_NGRAM: &str = "kw_ngram"; diff --git a/server b/server index 9fa5673..af3e1cd 160000 --- a/server +++ b/server @@ -1 +1 @@ -Subproject commit 9fa56738c557e46c297b7fd740beacb1d8664681 +Subproject commit af3e1cd2b371f869cf057b0f99d98d2569e3d039