I am having a single quote in the data in filter condition.
Example: David O'Neil.
So If we have give this in Search Explorer as,
*&$count=true&$filter=Name eq 'David O'Neil'
How can we escape that single quote in the filter.
Update 1: If we use single quote to escape that one, 0 records are coming.
Update 2: Not able to use backslashes() also.