On 2007-02-15, at 04:04, Julio Cesar Ody wrote:
> Hey all,
>
> is there a way to wildcard field searches? As in:
>
> - a document like {:title => ''foo'', :description1
=> ''bar'',
> :description2 => ''bar2''}
>
> I''d search:
>
> index.search("description*: search query")
>
> I understand the example above is silly, but it''s enough to make
the
> question understandable :-)
no, its not possible, however, you can of course combine these queries,
like searching for:
description1|description2: search query
Ben