Fossil SCM
Add missing call to search_update_technote_index()
Commit
467512031f482b1c448d2cc6440ec285d3bf5319c6bcedd3e3a7840d3147470c
Parent
a6c7ce9db8d079d…
1 file changed
+3
+3
| --- src/search.c | ||
| +++ src/search.c | ||
| @@ -1722,10 +1722,13 @@ | ||
| 1722 | 1722 | search_update_ticket_index(); |
| 1723 | 1723 | } |
| 1724 | 1724 | if( srchFlags & SRCH_WIKI ){ |
| 1725 | 1725 | search_update_wiki_index(); |
| 1726 | 1726 | } |
| 1727 | + if( srchFlags & SRCH_TECHNOTE ){ | |
| 1728 | + search_update_technote_index(); | |
| 1729 | + } | |
| 1727 | 1730 | } |
| 1728 | 1731 | |
| 1729 | 1732 | /* |
| 1730 | 1733 | ** Construct, prepopulate, and then update the full-text index. |
| 1731 | 1734 | */ |
| 1732 | 1735 |
| --- 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 |