microcms-js-sdk icon indicating copy to clipboard operation
microcms-js-sdk copied to clipboard

How to filter api from the option value

Open tufail opened this issue 11 months ago • 0 comments

Hey , if we have the option in api as multiple select. How can we filter the data if it has an option selected

example

  
 title: "title one",
 categories: [
  "category1",
   "category2"
]
}]```

How can we just filter the data contents if it has selected "category1"

tufail avatar Dec 31 '24 06:12 tufail