Search function operators

Pedro_Novaes
Pedro_Novaes Newcomer
edited February 4 in Refinitiv Data Platform

I'm searching for the search function operators (ex.: 'eq') mentioned in this article https://developers.lseg.com/en/article-catalog/article/building-search-into-your-application-workflow.

The article links to a documentation that I don't have access to, despite having the search function.

Thanks in advance for your help.

Best Answer

  • Jirapongse
    Jirapongse ✭✭✭✭✭
    Answer ✓

    @Pedro_Novaes

    Thank you for reaching out to us.

    In summary, the operators incude:

    • eq (equals)
    • ne (not equals)
    • xeq (exact equals)
    • ge (greater than or equal to)
    • gt (greater than)
    • lt (less than)
    • le (less than or equal to)
    • in operator (NumberProperty in (1 2 3) or StringProperty in ('abc' 'def' 'ghi'))
    • and, or and not operators
    • startswith(PropertyName,'PREFIXSTRING')
    • endswith(PropertyName,'SUFFIXSTRING')
    • Nested filtering (This applies to Nested properties only) Ex. RatingsScope(RatingType eq 'MIS' and RatingScope eq 'F')

    Regarding the permission to access that document, please contact your LSEG account team or Sales team directly