added minimum numbers of characters for wildcard * to kick in for swish
[webpac] / global.conf
index cd7f4fa..d965717 100644 (file)
        max_hits = 0
        # number of results on each pager page (default 10)
        on_page = 30
+       # Minimum number of characters which will be will suplemented by
+       # wildcard * to find all words which begin with those letters,
+       # This should be at least 1, so that queries with non-alpha characters
+       # like "&" would work. However, larger values also make sense to produce
+       # more relevant hits on words like "to", "at" etc.
+       min_wildcard = 2