- Timestamp:
-
11/30/10 15:38:07 (3 years ago)
- Author:
-
jmoore
- Comment:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
-
-
Property
Sprint
changed from
2010-10-28 (18)
to
-
Property
Milestone
changed from
OMERO-Beta4.2.1
to
OMERO-Beta4.3
-
|
v3
|
v11
|
|
| 37 | 37 | |
| 38 | 38 | I'll commit the extended test and the lucene-misc jars and we can discuss further. |
| | 39 | |
| | 40 | == Update == |
| | 41 | |
| | 42 | This issue is apparently not only restricted to leading wildcards, but other forms of wildcard searches. Moving to 4.3 for review. |
| | 43 | {{{ |
| | 44 | Matching: test-project-a-b-c |
| | 45 | ============================================= |
| | 46 | Query Found Ok? |
| | 47 | test 21 GOOD |
| | 48 | test-project 21 GOOD |
| | 49 | test\-project 21 GOOD |
| | 50 | test- 21 GOOD |
| | 51 | test-project- 21 GOOD |
| | 52 | test\-project\- 21 GOOD |
| | 53 | test* 21 GOOD |
| | 54 | test-project* 0 FAIL |
| | 55 | test\-project* 0 FAIL |
| | 56 | test-* 0 FAIL |
| | 57 | test-project-* 0 FAIL |
| | 58 | test\-project\-* 0 FAIL |
| | 59 | name:test* 21 GOOD |
| | 60 | name:test-project* 0 FAIL |
| | 61 | name:test\-project* 0 FAIL |
| | 62 | name:test* 21 GOOD |
| | 63 | name:test name:project 21 GOOD |
| | 64 | test project 21 GOOD |
| | 65 | test* project* 21 GOOD |
| | 66 | test- project- 21 GOOD |
| | 67 | test-* project-* 0 FAIL |
| | 68 | test-project-a-b-c 21 GOOD |
| | 69 | a-b-c 21 GOOD |
| | 70 | a b c 21 GOOD |
| | 71 | t* 21 GOOD |
| | 72 | p* 21 GOOD |
| | 73 | a* 21 GOOD |
| | 74 | b* 21 GOOD |
| | 75 | c* 21 GOOD |
| | 76 | t* p* 21 GOOD |
| | 77 | }}} |
1.3.2-PRO © 2008-2010
agile42 all
rights reserved
(this page was served in: 0.72534 sec.)