Skip to content

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

Description

@jmalloc

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions