groq-js icon indicating copy to clipboard operation
groq-js copied to clipboard

JavaScript implementation of GROQ, the query language for JSON

Results 32 groq-js issues
Sort by recently updated
recently updated
newest added

Hi, Good work on this repo. I was curious if anybody has attempted a groq.net yet. Kindly let me know.

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. --- Using a [curated preset](https://redirect.github.com/sanity-io/renovate-config#readme) maintained by Sanity: The Content Operating System --- ##...

🤖 bot

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [tap](http://www.node-tap.org/) ([source](https://togithub.com/tapjs/tapjs)) | [`^16.3.10` -> `^18.8.0`](https://renovatebot.com/diffs/npm/tap/16.3.10/18.8.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/tap/18.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

📦 deps
🤖 bot
⚠️ major

Need to make sure we align with https://sanity-io.github.io/GROQ/draft/#DetermineName()

I’m not sure if this is a bug; but it’s not what I would expect personally. Is there a logic for this decision that makes sense in other contexts/cultures/languages? I’m...

Hi, I want to use groq in a tool of mine but I need to add a few functions to be used in expressions. I don't find any information on...

The [groq](https://sanity-io.github.io/GROQ/GROQ-1.revision1/#sec-Diff-namespace) [spec](https://sanity-io.github.io/GROQ/GROQ-1.revision1/#sec-Delta-namespace) and the [sanity docs](https://www.sanity.io/docs/groq-functions#8fbcf5335cbc) both mention the `changedAny()` and `changedOnly()` functions, but groq-js doesn't support them yet.

As the [High performance GROQ](https://www.sanity.io/docs/high-performance-groq#1b743110f831) mentions, resolving references can be really slow when using a large dataset. I ran into an issue where querying a list of documents can result...