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
in #17 we introduce Category Metadata attribute to post's metadata, a new feature is to search against post category.
The text was updated successfully, but these errors were encountered:
This needs a "category structure".
Categories (and tags) will need a name and a slug, just to make it more userfriendly and easier for the navigator. Maybe using some Jinja2 filters or something else.
Example:
Name: Foo tag Slug: foo-tag URL: /tags/foo-tag
Same for categories.
Sorry, something went wrong.
added category search feature. fix #18.
c637a07
adding category search tests. #18.
5cc5722
fixed category test #18.
dc364b0
add category integration search test. #18.
1a9b040
No branches or pull requests
in #17 we introduce Category Metadata attribute to post's metadata, a new feature is to search against post category.
The text was updated successfully, but these errors were encountered: