Closed rachael-oregan closed 7 years ago
@rachael-oregan,
This is with errors in the build. Could you check? Also, I believe that you need do a squash with the commits to have just one here instead 4 and a rebase of the master.
@pb82 @sedroche I split up the convertQueryType
like suggested, let me know if the changes are ok
Does it make sense to add test cases for ObjectId
, Date
and Any
. For the Any
test it would probably be enough to verify that the returned query is correct (equal to an expected query).
@pb82 ya it makes sense to add tests. I'll add them in now
SonarQube analysis reported 3 issues:
Watch the comments in this conversation to review them.
I think we should solve the sonar issues before merge it.
@rachael-oregan you merged it with sonar issues. I think you should solve it before merge.
Motivation
Users can't filter documents by
_id
in the databrowser.Result
Add in the ability to filter documents with
Date
,Any
orObjectId
type.Note: included in this is the removal of the
$in
query option as it is no longer used.Jira
https://issues.jboss.org/browse/RHMAP-13690