SourceForge.net Logo
Main Overview Wiki Issues Forum Build Fisheye
Issue Details (XML | Word | Printable)

Key: CMP-618
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Shay Banon
Reporter: Shay Banon
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Compass

Support polymorphic queries based on alias when using query string

Created: 14/Apr/08 01:23 PM   Updated: 14/Apr/08 01:40 PM
Component/s: Compass::Core
Affects Version/s: None
Fix Version/s: 2.0.0 RC2


 Description  « Hide
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.

 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
There are no comments yet on this issue.