Skip to content

fix(query): surround and only cannot be used at the same time - #1238

Merged
farnabaz merged 1 commit into
nuxt:mainfrom
ky0615:fix/query-surround
Jun 10, 2022
Merged

fix(query): surround and only cannot be used at the same time#1238
farnabaz merged 1 commit into
nuxt:mainfrom
ky0615:fix/query-surround

Conversation

@ky0615

Copy link
Copy Markdown
Contributor

🔗 Linked issue

resolves#1235

❓ Type of change

  • 📖 Documentation (updates to the documentation or readme)
  • 🐞 Bug fix (a non-breaking change that fixes an issue)
  • 👌 Enhancement (improving an existing functionality like performance)
  • ✨ New feature (a non-breaking change that adds functionality)
  • ⚠️ Breaking change (fix or feature that would cause existing functionality to change)

📚 Description

returnpipelines.reduce(($data: Array<T>,pipe: any)=>pipe($data,query.params())||$data,data)

When using findSurround, it is necessary to take into account that null are mixed in the pipeline data.

📝 Checklist

  • I have linked an issue or discussion.
  • I have updated the documentation accordingly.

@netlify

netlifyBot commented Jun 10, 2022

Copy link
Copy Markdown

‼️ Deploy request for nuxt-content rejected.

NameLink
🔨 Latest commitd9654f4

@farnabazfarnabaz left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Thanks ❤️

@farnabaz
farnabaz merged commit 56c5228 into nuxt:mainJun 10, 2022
@farnabazfarnabaz mentioned this pull request Aug 12, 2022
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

findSurround() is not working

2 participants

@ky0615@farnabaz