Olly Betts <olly <at> survex.com> writes:
>
> If you build the phrase Query object by hand, you would do it like so:
>
> $query = new XapianQuery(XapianQuery::OP_NEAR, array('hello', 'world'), 30);
>
> Cheers,
> Olly
>
OK! Thank you, I understand now :)