Closed DavyLandman closed 3 years ago
NORMALIZED: from RawTextWarnings u, RawTextWarnings___NLP rawTextWarnings___NLP_0__u select rawTextWarnings___NLP_0__u.ew$NamedEntityRecognition$WordToken where rawTextWarnings___NLP_0__u.ew$NamedEntityRecognition$NamedEntity == "LOCATION", rawTextWarnings___NLP_0__u.@id == u.NLP___
COMPILING2Mongo: from RawTextWarnings u, #dynamic(RawTextWarnings___NLP rawTextWarnings___NLP_0__u) select #done(rawTextWarnings___NLP_0__u.ew$NamedEntityRecognition$WordToken) where #done(rawTextWarnings___NLP_0__u.ew$NamedEntityRecognition$NamedEntity == "LOCATION"), rawTextWarnings___NLP_0__u.@id == u.NLP___
Should be fixed in 0435cc7e8293c504a58e28e60aa546d6c6863974
Describe the bug
Queries on subfield free-text attributes are not scheduled on the NLP engine
Query
gets compiled to:
Model
Expected behavior
both the where clause and the result clause should go to the NLP engine