A request to retrieve information from a database or other information system. This tag can be used to refer to SQL queries against a database (SQL-Server, Oracle, MySQL, etc.) or for filtering and manipulation of memory data structures (jQuery, Linq).

learn more… | top users | synonyms (3)

3
votes
0answers
64 views
+50

How to make numeric comparison when using morphia to perform an $elemMatch query

My document has the following structure: { "scores": [{ "scoreTitle": "environment", "scoreValue": 3, "scoreDescribe": "good" }, { "scoreTitle": "service", "scoreValue": 3, ...