Fossil SCM

Add missing call to search_update_technote_index()

andygoth 2017-09-24 03:10 UTC andygoth-search-technote
Commit 467512031f482b1c448d2cc6440ec285d3bf5319c6bcedd3e3a7840d3147470c
1 file changed +3
--- src/search.c
+++ src/search.c
@@ -1722,10 +1722,13 @@
17221722
search_update_ticket_index();
17231723
}
17241724
if( srchFlags & SRCH_WIKI ){
17251725
search_update_wiki_index();
17261726
}
1727
+ if( srchFlags & SRCH_TECHNOTE ){
1728
+ search_update_technote_index();
1729
+ }
17271730
}
17281731
17291732
/*
17301733
** Construct, prepopulate, and then update the full-text index.
17311734
*/
17321735
--- src/search.c
+++ src/search.c
@@ -1722,10 +1722,13 @@
1722 search_update_ticket_index();
1723 }
1724 if( srchFlags & SRCH_WIKI ){
1725 search_update_wiki_index();
1726 }
 
 
 
1727 }
1728
1729 /*
1730 ** Construct, prepopulate, and then update the full-text index.
1731 */
1732
--- src/search.c
+++ src/search.c
@@ -1722,10 +1722,13 @@
1722 search_update_ticket_index();
1723 }
1724 if( srchFlags & SRCH_WIKI ){
1725 search_update_wiki_index();
1726 }
1727 if( srchFlags & SRCH_TECHNOTE ){
1728 search_update_technote_index();
1729 }
1730 }
1731
1732 /*
1733 ** Construct, prepopulate, and then update the full-text index.
1734 */
1735

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button