
| Key: |
CMP-618
|
| Type: |
Improvement
|
| Status: |
Closed
|
| Resolution: |
Fixed
|
| Priority: |
Major
|
| Assignee: |
Shay Banon
|
| Reporter: |
Shay Banon
|
| Votes: |
0
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
|
|
Suppose we have two classes, A and B, where B extends A. Currently, if we issue B.text query it will not match on text properties in A. For example, if we index two objects, one with A.text=boo and B.text=moo. If we issue a query B.text:moo, it will match. If we execute A.text:moo it will not match. The fix will make A.text:moo match.
|
|
Description
|
Suppose we have two classes, A and B, where B extends A. Currently, if we issue B.text query it will not match on text properties in A. For example, if we index two objects, one with A.text=boo and B.text=moo. If we issue a query B.text:moo, it will match. If we execute A.text:moo it will not match. The fix will make A.text:moo match. |
Show » |
| There are no comments yet on this issue.
|
|