Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(url): Removes concatenation of URL with hash if it contains a hash #60

Merged
merged 1 commit into from
Dec 28, 2015

Conversation

bobylito
Copy link
Contributor

FIX #53

@algobot
Copy link

algobot commented Dec 28, 2015

By analyzing the blame information on this pull request, we identified @pixelastic, @redox and @vvo to be potential reviewers

@redox
Copy link
Contributor

redox commented Dec 28, 2015

👍 LGTM

redox added a commit that referenced this pull request Dec 28, 2015
fix(url): Removes concatenation of URL with hash if it contains a hash
@redox redox merged commit 0f20b7c into develop Dec 28, 2015
@redox redox deleted the fix/53 branch December 28, 2015 12:55
else if (anchor) return `${hit.url}#${hit.anchor}`;
return url;
}
else if (anchor) return `#${hit.anchor}`;
Copy link
Contributor

Choose a reason for hiding this comment

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

When would that happen? If we end up with a record with no url but an anchor field, then we have an issue with the crawler :)

francoischalifour added a commit that referenced this pull request Sep 1, 2020
francoischalifour added a commit that referenced this pull request Sep 1, 2020
francoischalifour added a commit that referenced this pull request Sep 1, 2020
Sign up for free to 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.

4 participants