Skip to content

Update search-filter-sort-packages.mdx#373

Open
gweinstein-cloudsmith wants to merge 1 commit intomainfrom
gweinstein-cloudsmith-patch-4
Open

Update search-filter-sort-packages.mdx#373
gweinstein-cloudsmith wants to merge 1 commit intomainfrom
gweinstein-cloudsmith-patch-4

Conversation

@gweinstein-cloudsmith
Copy link
Collaborator

Fixed a few instances where we used a curly single quote instead of an straight single quote to set off search text (e.g. last_downloaded:’1 day ago’). These are different characters, and the straight version is how Terraform expects it.

Fixed a few instances where we used a curly single quote instead of an straight single quote to set off search text (e.g. last_downloaded:’1 day ago’). These are different characters, and the straight version is how Terraform expects it.
Copilot AI review requested due to automatic review settings March 18, 2026 19:34
@vercel
Copy link

vercel bot commented Mar 18, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
cloudsmith-docs Ready Ready Preview, Comment Mar 18, 2026 7:39pm

Request Review

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR aims to make the search query examples Terraform-compatible by replacing curly single quotes with straight single quotes in search-filter-sort-packages.mdx.

Changes:

  • Updated the uploaded and last_downloaded query examples to use straight single quotes for relative time filters.
  • Adjusted date-literal examples in the same table rows (but currently inconsistently).

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +37 to +38
|Uploaded Date (`uploaded`)|`uploaded:'1 day ago'` (uploaded more than one day ago) `uploaded:’August 14, 2019 EST’` (uploaded on Aug 14th)|
|Last Downloaded Date (`last_downloaded`)|`last_downloaded:'1 day ago'` (downloaded more than one day ago) 'last_downloaded:’August 14, 2026 EST'` (downloaded on Aug 14th)|
Comment on lines +37 to +38
|Uploaded Date (`uploaded`)|`uploaded:'1 day ago'` (uploaded more than one day ago) `uploaded:’August 14, 2019 EST’` (uploaded on Aug 14th)|
|Last Downloaded Date (`last_downloaded`)|`last_downloaded:'1 day ago'` (downloaded more than one day ago) 'last_downloaded:’August 14, 2026 EST'` (downloaded on Aug 14th)|
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants