You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's no way currently to do the opposite of the toString() method, which is parse a string generated by the toString method and recreate an ODataQuery object.
The text was updated successfully, but these errors were encountered:
I'm making an odata-elasticsearch adapter. Query gets built on the client, converted to string and sent to server, server then needs to parse it back to OData and then I would have a service that converts an OdataQuery to an elasticsearch query.
There's no way currently to do the opposite of the toString() method, which is parse a string generated by the toString method and recreate an ODataQuery object.
The text was updated successfully, but these errors were encountered: