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

Include all "tail depths" of a slug in the index. #39

Open
jmalloc opened this issue Apr 13, 2017 · 0 comments
Open

Include all "tail depths" of a slug in the index. #39

jmalloc opened this issue Apr 13, 2017 · 0 comments
Milestone

Comments

@jmalloc
Copy link
Owner

jmalloc commented Apr 13, 2017

Currently the slug is indexed exactly two levels deep. That is the slug foo/bar is indexed as:

  • foo/bar
  • bar

This 'tail matching' should extend to an arbitrary number of levels, such that foo/bar/baz is indexed as:

  • foo/bar/baz
  • bar/baz
  • baz
@jmalloc jmalloc changed the title Index all "partial" slugs. Index at all slugs "tail depths". Apr 13, 2017
@jmalloc jmalloc changed the title Index at all slugs "tail depths". Include all "tail depths" of a slug in the index. Apr 13, 2017
@jmalloc jmalloc added this to the 1.0.0 milestone Nov 22, 2017
@jmalloc jmalloc removed this from the 1.0.0 milestone Jun 7, 2018
@jmalloc jmalloc added this to the 2.0.0 milestone Aug 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant