.with_search(params) // Add or remove search feature from the query; .with_filters(params) // Add or remove custom filters from the query; .with_date_range(params) // Add or remove data range; ...
What you want to do is insert the data in the database with the ' replaced with '' . This escapes the apostrophe and won't mess up the query.
This module targets Node.js 6 or later and the latest version of Chrome, Firefox, and Safari. If you want support for older browsers, or, if your project is using create-react-app v1, use version 5: ...