stop words are on by default in site crawl. This causes normally nothing

since the stopwords are empty by default.
pull/1/head
Michael Peter Christen 13 years ago
parent 350f8b48e8
commit 9aa73a13a8

@ -101,7 +101,7 @@
<input type="hidden" name="indexText" id="indexText" value="on" />
<input type="hidden" name="indexMedia" id="indexMedia" value="on" />
<input type="hidden" name="intention" id="intention" value="" />
<input type="hidden" name="xsstopw" id="xsstopw" value="off" />
<input type="hidden" name="xsstopw" id="xsstopw" value="on" />
<input type="hidden" name="xdstopw" id="xdstopw" value="off" />
<input type="hidden" name="xpstopw" id="xpstopw" value="off" />
</dd>

Loading…
Cancel
Save