Audio not dropping into bioblitz

I am having an ongoing problem with audio recordings not being counted within our bioblitz even though the observations fit all the criteria. I have fooled around the setting several times in the hopes of understanding where this issue is coming from but have made no progress. Here is a link to the project page: https://www.inaturalist.org/projects/wayne-national-forest-bioblitz-athens-unit

Can you provide an example URL for an audio observation that isn’t found in the project?

Sorry for the late response! Here is a URL: https://www.inaturalist.org/observations/22958636

there’s something wrong with the setup. here’s what i see from the API (https://api.inaturalist.org/v1/projects?q=wayne-national-forest-bioblitz-athens-unit):

  "project_observation_rules": [
    {
      "operand_id": null,
      "id": 21224,
      "operand_type": null,
      "operator": "has_a_photo?"
    },
    {
      "operand_id": 123848,
      "id": 133751,
      "operand_type": "Place",
      "operator": "observed_in_place?"
    },
    {
      "operand_id": 123118,
      "id": 133752,
      "operand_type": "Place",
      "operator": "observed_in_place?"
    }

not sure how that first rule was added. maybe try adding place (or taxon?) 21224, and then remove it?

This should be fixed now. We just had to do some reindexing on our end after the fix.