[
https://issues.apache.org/jira/browse/METAMODEL-136?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14517017#comment-14517017
]
ASF GitHub Bot commented on METAMODEL-136:
------------------------------------------
Github user albertostratio commented on a diff in the pull request:
https://github.com/apache/metamodel/pull/21#discussion_r29241616
--- Diff:
mongodb/src/main/java/org/apache/metamodel/mongodb/MongoDbDataContext.java ---
@@ -408,7 +414,7 @@ private void convertToCursorObject(BasicDBObject query,
FilterItem item) {
private String getOperatorName(FilterItem item) {
final String operatorName;
switch (item.getOperator()) {
- case EQUALS_TO:
+ case EQUALS_TO: case LIKE:
--- End diff --
I agree, will add a linebreak.
> LIKE operator not supported in MongoDB module
> ---------------------------------------------
>
> Key: METAMODEL-136
> URL: https://issues.apache.org/jira/browse/METAMODEL-136
> Project: Apache MetaModel
> Issue Type: Bug
> Affects Versions: 4.3.2
> Reporter: Alberto
>
> The LIKE operator has not been included in the list of available operators.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)