Closed (won't fix)
Project:
Search Lucene Views
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Oct 2009 at 18:18 UTC
Updated:
29 Sep 2011 at 17:36 UTC
Thanks for this great work on Lucene search for Drupal!
I have set up a view of nodes with the luceneapi views filter, which is basically working. When I search for something that appears in the data, only the relevant items remain in the view.
However, when I search for something that does not exist, the view returns all items, just like when no filter at all is entered. What I would expect is that the view would be empty in this case. Is this a bug, or am I doing it wrong?
Comments
Comment #1
cpliakas commentedHi.
Thanks for testing this module, and sorry for the late reply. I think that this is a very valid bug report, as searching for something that does not exist should return no results. For example, if you have a view that displays content with the values 1, 2, and 3, searching for "4" should return nothing.
Thanks for pointing this out!
~Chris
Comment #2
Bodo Maass commentedOk, thanks for the confirmation that it is a bug.
I had a first look at the code, but I don't know enough about views filters yet to understand this quickly.
Comment #3
cpliakas commentedFixed in commit #322096. The module has been rebuilt, and as a result, this bug is fixed.
Comment #5
Bodo Maass commentedOk, great. I just downloaded the latest lucene api module and also the current cvs head of this module. Unfortunately it doesn't seem to work yet. At least the views filter Node:Lucene Query is no longer available with this new version.
Is this already meant to be working, or should I wait for a real release?
Thank for the great work.
Comment #6
cpliakas commentedHi!
Thanks for testing. It is not quite ready for use as there are a few known bugs, but I am hoping to release an alpha within the next couple of months. Maybe sooner if I can get in a groove.
Thanks for the feedback, and thanks for testing!
~Chris
Comment #7
Bodo Maass commentedWell the old version of 'Search Lucene Views' is working very well except for the one bug mentioned here and is very useful. Why don't you leave it as the official downloadable build if the next one might not be ready for a couple of months?
Comment #8
cpliakas commentedI didn't leave it because I like to commit regularly, and the dev build gets updated nightly with HEAD (which is the onlt line of development in this case). Therefore the dev build would be changing drastically and would frustrate users since the architecture is taking a different direction.
Comment #9
cpliakas commentedDue to end of life announcement.