CartoDB / carto-api-client

Client library for CARTO APIs and framework-agnostic CARTO + deck.gl applications.
MIT License
0 stars 0 forks source link

Send `searchFilter` parameter through GET/POST Requests when needed #30

Open jmgaya opened 5 days ago

jmgaya commented 5 days ago

We weren't sending the searchFilter parameter in carto-react for POST requests (they occur if the SQL Query is large enough), so we need to carry over this to this library too 🙏

https://github.com/CartoDB/carto-react/pull/921

padawannn commented 14 hours ago

Thank you @jmgaya, @donmccurdy can you take a look?