Re: [htdig-dev] patch for argument handling in htsearch

2002-10-14 Thread Lachlan Andrew
Greetings again, A second try at the patch for defaults.cc (and now hts_form.html and hts_template.html) is at http://www.ee.mu.oz.au/staff/lha/pub/patch.docs (relative to 20020922). I've removed the CGI arguments which are synonyms of config attributes, but left "config" and "words"

Re: [htdig-dev] patch for argument handling in htsearch

2002-10-07 Thread Geoff Hutchison
On Sunday, October 6, 2002, at 07:58 PM, Lachlan Andrew wrote: >> The code support for author_factor, caps_factor, and >> url_text_factor is not complete, so I assume this is why >> the attributes weren't in defaults.cc. > > OK. How about including them in defaults.cc with a comment > noting t

Re: [htdig-dev] patch for argument handling in htsearch

2002-10-06 Thread Lachlan Andrew
On Sat, 5 Oct 2002 06:39, Gilles Detillieux wrote: > According to Lachlan Andrew: > > I've updated defaults.cc to list all variables used > > by any of the programs (according to "grep config"), > > The distinction between "number" and "integer" attribute > I think we'd need to check over how al

Re: [htdig-dev] patch for argument handling in htsearch

2002-10-04 Thread Gilles Detillieux
According to Geoff Hutchison: > On Fri, 4 Oct 2002, Gilles Detillieux wrote: > > However, I think in practice a lot of these are actually supposed to > > be integer-only. I think we'd need to check over how all attributes > > are used and label them consistently. > > Good point. So I guess the q

Re: [htdig-dev] patch for argument handling in htsearch

2002-10-04 Thread Geoff Hutchison
On Fri, 4 Oct 2002, Gilles Detillieux wrote: > However, I think in practice a lot of these are actually supposed to > be integer-only. I think we'd need to check over how all attributes > are used and label them consistently. Good point. > defaults.cc. They're implemented in htsearch, but not

Re: [htdig-dev] patch for argument handling in htsearch

2002-10-04 Thread Gilles Detillieux
According to Lachlan Andrew: > I've almost finished some patches trying to address the > "htsearch input parameters issue" (below). > > I've updated defaults.cc to list all variables used by > any of the programs (according to "grep config"), and > described them as best I can. Where they ar