Opened 15 years ago
Closed 14 years ago
#152 closed enhancement (fixed)
Search for "*" should be handled as search for ""
Reported by: | heikki | Owned by: | josegar74 |
---|---|---|---|
Priority: | minor | Milestone: | v2.6.2 |
Component: | General | Version: | v2.4.1 |
Keywords: | lucene search wildcard | Cc: |
Description
A search for "*" is handled differently than a search for "", even though they should yield the same results. Moreover, searching for "*" may lead to an error about 'maxClauseCount'.
Let's handle a search for "*" as if it were a search for "".
See also http://n2.nabble.com/maxClauseCount-Problem-td3504126.html#a3504126.
Change History (3)
comment:1 by , 15 years ago
Owner: | changed from | to
---|
comment:2 by , 15 years ago
Milestone: | v2.5.0 → v2.5.1 |
---|
comment:3 by , 14 years ago
Milestone: | v2.5.1 → v2.6.2 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Fixed already in http://trac.osgeo.org/geonetwork/ticket/374