I can able to filter the table by using [contains(resource,“Filter1”)] I am unable to filter more than one resource filter item. Can you please provide the syntax for filtering more than one filter item? Thanks in advance.
Note:
I have tried with
[contains(resource,“Filter1”) and contains(resource,“Filter2”)]
But it is not working. Kindly provide your suggestion.
What type of filter are you trying to use, and over which northbound interface? Is it NETCONF, REST, CLI? Perhaps you can give a clearer example of what you are trying as well.