• Resolved slimjim414

    (@slimjim414)


    I could be misunderstanding how this plugin works, but I have ACF checkboxes that are pulling in from my tags taxonomy. When I check several of these, the JSON data I get back from the REST API looks like this:

    "acf": {
      ...other data
      "tags": [
        {
          "term_id": 16,
          "name": "black and white",
          "slug": "black-and-white",
          "term_group": 0,
          "term_taxonomy_id": 16,
          "taxonomy": "post_tag",
          "description": "",
          "parent": 0,
          "count": 0,
          "filter": "raw"
        },
        {
          "term_id": 6,
          "name": "mountains",
          "slug": "mountains",
          "term_group": 0,
          "term_taxonomy_id": 6,
          "taxonomy": "post_tag",
          "description": "",
          "parent": 0,
          "count": 0,
          "filter": "raw"
        },
        {
          "term_id": 5,
          "name": "outdoors",
          "slug": "outdoors",
          "term_group": 0,
          "term_taxonomy_id": 5,
          "taxonomy": "post_tag",
          "description": "",
          "parent": 0,
          "count": 1,
          "filter": "raw"
        },
        {
          "term_id": 13,
          "name": "snow",
          "slug": "snow",
          "term_group": 0,
          "term_taxonomy_id": 13,
          "taxonomy": "post_tag",
          "description": "",
          "parent": 0,
          "count": 0,
          "filter": "raw"
        }
      ]
    },

    Does this plugin have the ability to search by checkbox tags like this?

Viewing 1 replies (of 1 total)
  • Plugin Author Mateusz Gbiorczyk

    (@mateuszgbiorczyk)

    Hi @slimjim414,

    Thank you for your message.

    The plugin searches for content based on the ACF fields assigned to posts. In your case, it’s about taxonomy, so unfortunately this is not possible.

Viewing 1 replies (of 1 total)
  • The topic ‘Checkboxes not returning results?’ is closed to new replies.