Reltio Connect

 View Only
  • 1.  How do we do wild card search for name or any other attributes

    Posted 09-26-2022 12:16
    Hi ,

    url/entities/_scan

    For the entity search API. 


    regards ,
    Nitin Tugave

    ------------------------------
    Nitin Tugave
    eaton
    ------------------------------


  • 2.  RE: How do we do wild card search for name or any other attributes

    Reltio Employee
    Posted 09-26-2022 13:51

    Hi Nitin,

    Here is a sample post request with a filter looking for "Johnson" with any characters on either side of "Johnson". Reltio supports two wildcards

    "*" - match any string

    "?" - match any char

    POST {TenantURL}/entities/_scan?filter=contains(attributes.Name, '*Johnson*')))


    For more info on what is possible using the filter parameter see this page

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



    ------------------------------
    Joel Snipes
    ------------------------------



  • 3.  RE: How do we do wild card search for name or any other attributes

    Posted 09-27-2022 01:41
    Hello Joel ,

    Wonder full !!!  thanks for giving the information quickly. It is helpful 

    regards,
    Nitin Tugave


    ------------------------------
    Nitin Tugave
    eaton
    ------------------------------