mirror of
https://github.com/jo/couchdb-best-practices.git
synced 2026-05-15 14:16:00 -06:00
[PR #72] [MERGED] Simplify regex for N to N relations #620
Labels
No labels
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/couchdb-best-practices#620
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/jo/couchdb-best-practices/pull/72
Author: @caseyhoward
Created: 11/14/2018
Status: ✅ Merged
Merged: 11/15/2018
Merged by: @jo
Base:
gh-pages← Head:patch-1📝 Commits (1)
1c1239aSimplify regex for N to N relations📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
README.md(+1 -1)📄 Description
This had me confused for a while. I was thinking the parenthesis were used to capture just the name. Turns out it's the entire "person:{name}" that's being used. I was thinking it was just "{name}" because of the parenthesis. It makes so much more sense now that I know it's not though.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.