psychonautwiki / bifrost

The PsychonautWiki API.
MIT License
48 stars 10 forks source link

Query for substances can include experiences #41

Open d6y opened 3 years ago

d6y commented 3 years ago

When using the substance query, I observed a record that appears to be an experience.

I'd expect only substances to be returned from the substance query.

You can find the experience I observed with this query:

 substances(query: "Experience:3-MeO-PCP, LSD, Clonazolam, and Amphetamine - Excessive Amounts and Excessive Confusion") {
        name 
        url
    }
19h commented 3 years ago

Are they also included in the limit query?

d6y commented 3 years ago

@19h yes - that's how I noticed it. The substances(limit: 999) query included that experience as one of the results.