Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Remove the url+anchor concatenation #53

@pixelastic

Description

@pixelastic

There is something confusing with the way we store the url and anchor.

The scraper index both a anchor field and a url one, but the url already contains the anchor. We do that because we're doing a distinct on the url. But the JS client also concatenate the url and anchor, which results in weird things.

I think we should:

  • Remove the anchor field from the scraper
  • Remove the concatenation from the JS client

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions