Steven
Steven
Based on Pulkit's video instruction, I made a workaround and it works for query for now. What I did are: 1. In a query, pass a parameter which is at...
It works for query, but not for count. I'm thinking I may need to implement it in buildWhere function. Another task is need to figure out how to validate an...
I only added something in the function below in esConnector.js ESConnector.prototype.buildFilter
I agree it's complicated. Fortunately, my project only requires query, but not the whole set of CRUD. I doubt it if it makes sense to insert a record in multiple...