Reltio Connect

 View Only
  • 1.  How the search API filter works

    Reltio Partner
    Posted 01-20-2022 10:16
    Hi All,

    I was going through Reltio docs to understand how the search API filter conditions works . The documentation mentions Note: Irrespective of the value that you enter in the filter={Condition Type}(property, value) condition, the search engine considers only the first 256 symbols of the entered value and ignores the rest.

    https://docs.reltio.com/entitiesapi/entitiesfiltering.html


    Suppose I want to do an API call using the below filter condition with the Reltio search API:
    filter=(equals(type,\'configuration/entityTypes/HCO\')) and startsWith(attributes.Address.Zip.PostalCode,"560068") and fuzzy(attributes.Name,"Johns Hopkins University - SKCCC - Bunting Blaustein Cancer Research Building") and fuzzy(attributes.Address.AddressLine1,"BTM Layout Bangalore,sector 1"))options=ovOnly&select=uri,attributes.Name,attributes.Address.AddressLine1,attributes.Address.Zip.PostalCode


    What role does the limitation of 256 symbols with the filter condition play here & how is it calculated . 

    Hope to hear from you soon. Thanks in advance.

    @Ashish Rawat, @Walt Feldman, @Chris Detzel If you can help here .

    ------------------------------
    Manish Kumar
    Technology Consultant
    Virtusa
    Bangalore
    ------------------------------
    ​​​


  • 2.  RE: How the search API filter works

    Founding Member
    Posted 01-24-2022 03:25
    Hi Manish,  To my knowledge this is a validation to keep serch performance intact. The value of your filter keyword should not be more than 256 characters.


    ------------------------------
    Ashish Rawat
    Fresh Gravity
    Bangalore
    ------------------------------