Details
-
Bug
-
Status: Closed
-
Should
-
Resolution: Fixed
-
None
-
None
Description
The getConcepts-method in HibernateConceptDAO uses the LuceneQuery to make a full text search.
However the skipSame-method in LuceneQuery generates a new instance of fullTextQuery even if there are no search results. In this way all concepts will be returned without filtering them.