Hi there,
i just noticed by accident that some of the facet values are missing
from the results when i'm not specifying concrete search parameters:
>> Appliance.facets[:tags]["KDE"]
=> nil
>> Appliance.facets("desktop")[:tags]["KDE"]
=> 25
>> Appliance.facets[:tags]["KDE4"]
=> 19
>> Appliance.facets("desktop")[:tags]["KDE4"]
=> 9
While it works for "KDE4" (and most of the other values) there are a
few values missing.
Any ideas on what could be wrong or how i could debug this further?
I'm a bit lost tbh...
Thanks
Andre
--
You received this message because you are subscribed to the Google Groups
"Thinking Sphinx" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/thinking-sphinx?hl=en.