Fossil SCM
Add missing mention of forum search in fts-config command. Reported in [forum:6eb7cec6aa|forum post 6eb7cec6aa].
Commit
71b591af2698fe2086cc285465e426897d3eff9133390cca475d436588d8f6b3
Parent
1ef6499a9af8d43…
1 file changed
+4
-3
+4
-3
| --- src/search.c | ||
| +++ src/search.c | ||
| @@ -1981,14 +1981,15 @@ | ||
| 1981 | 1981 | ** reindex Rebuild the search index. This is a no-op if |
| 1982 | 1982 | ** index search is disabled |
| 1983 | 1983 | ** |
| 1984 | 1984 | ** index (on|off) Turn the search index on or off |
| 1985 | 1985 | ** |
| 1986 | -** enable cdtwe Enable various kinds of search. c=Check-ins, | |
| 1987 | -** d=Documents, t=Tickets, w=Wiki, e=Tech Notes. | |
| 1986 | +** enable cdtwef Enable various kinds of search. c=Check-ins, | |
| 1987 | +** d=Documents, t=Tickets, w=Wiki, e=Tech Notes, | |
| 1988 | +** f=Forum. | |
| 1988 | 1989 | ** |
| 1989 | -** disable cdtwe Disable various kinds of search | |
| 1990 | +** disable cdtwef Disable various kinds of search | |
| 1990 | 1991 | ** |
| 1991 | 1992 | ** tokenizer VALUE Select a tokenizer for indexed search. VALUE |
| 1992 | 1993 | ** may be one of (porter, on, off, trigram, unicode61), |
| 1993 | 1994 | ** and "on" is equivalent to "porter". Unindexed |
| 1994 | 1995 | ** search never uses tokenization or stemming. |
| 1995 | 1996 |
| --- src/search.c | |
| +++ src/search.c | |
| @@ -1981,14 +1981,15 @@ | |
| 1981 | ** reindex Rebuild the search index. This is a no-op if |
| 1982 | ** index search is disabled |
| 1983 | ** |
| 1984 | ** index (on|off) Turn the search index on or off |
| 1985 | ** |
| 1986 | ** enable cdtwe Enable various kinds of search. c=Check-ins, |
| 1987 | ** d=Documents, t=Tickets, w=Wiki, e=Tech Notes. |
| 1988 | ** |
| 1989 | ** disable cdtwe Disable various kinds of search |
| 1990 | ** |
| 1991 | ** tokenizer VALUE Select a tokenizer for indexed search. VALUE |
| 1992 | ** may be one of (porter, on, off, trigram, unicode61), |
| 1993 | ** and "on" is equivalent to "porter". Unindexed |
| 1994 | ** search never uses tokenization or stemming. |
| 1995 |
| --- src/search.c | |
| +++ src/search.c | |
| @@ -1981,14 +1981,15 @@ | |
| 1981 | ** reindex Rebuild the search index. This is a no-op if |
| 1982 | ** index search is disabled |
| 1983 | ** |
| 1984 | ** index (on|off) Turn the search index on or off |
| 1985 | ** |
| 1986 | ** enable cdtwef Enable various kinds of search. c=Check-ins, |
| 1987 | ** d=Documents, t=Tickets, w=Wiki, e=Tech Notes, |
| 1988 | ** f=Forum. |
| 1989 | ** |
| 1990 | ** disable cdtwef Disable various kinds of search |
| 1991 | ** |
| 1992 | ** tokenizer VALUE Select a tokenizer for indexed search. VALUE |
| 1993 | ** may be one of (porter, on, off, trigram, unicode61), |
| 1994 | ** and "on" is equivalent to "porter". Unindexed |
| 1995 | ** search never uses tokenization or stemming. |
| 1996 |