Skip Menu |

This queue is for tickets about the Sphinx-Search CPAN distribution.

Report information
The Basics
Id: 29383
Status: resolved
Priority: 0/
Queue: Sphinx-Search

People
Owner: Nobody in particular
Requestors: willert [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.04
Fixed in: 0.05



Subject: Filerts are not working
Filters do not work at all. I've had a quick glance at at phython api that comes with spinx and discovered you forgot a filed in the file section of the protocol. Just changing pack ( "N*", scalar(@$values), @$values ); to # excludes are not yet supported, thus the 0 pack ( "N*", scalar(@$values), @$values, 0 ); in line 846 of Search.pm seems to fix the issue. Cheers, Sebastian
On Sat Sep 15 19:55:10 2007, WILLERT wrote: Show quoted text
> I've had a quick glance at at phython api that comes with spinx and > discovered you forgot a filed in the file section of the protocol.
OK, its too late to write bug reports... this line should read: Show quoted text
> discovered you forgot a field in the filter section of the protocol.
Cheers
From: JJSCHUTZ [...] cpan.org
Thanks, good pickup. I have added support for filter excludes and added tests for range and attribute filters. Fixed in version 0.05, just uploaded to PAUSE. Regards, -- Jon On Sat Sep 15 19:55:10 2007, WILLERT wrote: Show quoted text
> Filters do not work at all. > > I've had a quick glance at at phython api that comes with spinx and > discovered you forgot a filed in the file section of the protocol. > > Just changing > pack ( "N*", scalar(@$values), @$values ); > to > # excludes are not yet supported, thus the 0 > pack ( "N*", scalar(@$values), @$values, 0 ); > in line 846 of Search.pm seems to fix the issue. > > Cheers, > Sebastian
Resolved in version 0.05
Subject: Re: [rt.cpan.org #29383] Filerts are not working
Date: Sun, 16 Sep 2007 23:37:11 +0200
To: bug-Sphinx-Search [...] rt.cpan.org
From: Sebastian Willert <willert [...] gmail.com>
On Sat, 2007-09-15 at 23:08 -0400, Jon Schutz via RT wrote: Show quoted text
> <URL: http://rt.cpan.org/Ticket/Display.html?id=29383 > > > Thanks, good pickup. > > I have added support for filter excludes and added tests for range and > attribute filters. Fixed in version 0.05, just uploaded to PAUSE.
Thanks for the fast response and fix. I've seen that this is your first CPAN module and I would like to use this opportunity to say welcome and thank you for the module :) Cheers, Sebastian