I've made two fixes to the search engine:
  - prevented duplicates from appearing in the results
  - case-insensitivity on our special field names in searches (date, from,
subject, message)

That tidies things up nicely.

Jeff


On Thu, Feb 18, 2010 at 10:57 PM, M. G. Devour <mdev...@eskimo.com> wrote:

> Jeff,
>
> Thanks for the overview. I'm going to be working on a new web site for
> my group, so I may attempt something like that.
>
> Mike D.
>
> > An "advanced search" form would basically have a bunch of fields like
> > "subject" and "date" and "from" then string them together into a query
> > syntax described below. Then redirect that query to the standard search
> > URL. Implementation would most likely be in PHP. Hard part isn't the
> > programming, it is designing an elegant suer friendly form that matches
> > the query syntax. Actually that isn't so hard either. Hard part is
> > making time to get it done.
>
>
>
>
> --
> To unsubscribe, send mail to gossip-unsubscr...@jab.org.
>

Reply via email to