I'm trying to filter some messages by searching for example with this value : id="1122" Note quotes must be included
Here my email :
<?xml version="1.0" encoding="UTF-8" ?>
<adf>
<prospect status="new">
<requestdate>2016-10-17T12:22:51.8840989-04:00</requestdate>
<vendor id="1122">
<vendorname>TEST VENDOR</vendorname>
</vendor>
The search return 0 email, however if only limit the search to 1122
the email is found.
What must i do to include the quotes in search ??