Commit 24fb2b06 by nikhilbonte Committed by nixonrodrigues

ATLAS-3504:- DSL query with like clause returns unexpected results #1.

parent 98163440
......@@ -721,7 +721,7 @@ public class GraphBackedSearchIndexer implements SearchIndexer, ActiveStateChang
}
}
if(indexFieldName == null) {
if(indexFieldName == null && isIndexApplicable(propertyClass, cardinality)) {
indexFieldName = management.getIndexFieldName(VERTEX_INDEX, propertyKey, isStringField);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment