Dear Developer Community
i'm sharing with you an issue facing with Search API.
Indeed, using Sraech API, i want to find Options matching criteria below (given for example purpose):
- ExpiryDate:15/11/2024
- StrikePrice: 5200
- Ric starts with SPXw
the issue is that the Search Module (and also Search API) is not case sensitive and give me 2 options :
1- 1st one starts with SPXw
2- 2nd Option Starts with SPXWw
to resolve this, i'm wondering if is it possible to force a case sensitive match using Rsearch API
or if it's possible to use regex (for instance define search criteria as SPXw[0-9] to be able toi exclude option starting with SPXWw.
many thanks for you help and suggestion.