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

Use item.content_markdown instead of item.content #1

Merged
merged 1 commit into from
Jan 24, 2020

Conversation

philcdavis
Copy link
Owner

Search wasn't working, file contents weren't being indexed (content properties were empty), simple typo "item.content" needs to be "item.content_markdown". Fix gets file contents into index and I get expected search results in generated site. There may be further tweaks needed in filtering the content (for example, markdown table pipes and dashes should be filtered out), but this well enough for now.

Search wasn't working, file contents weren't being indexed (content properties were empty), simple typo "item.content" needs to be "item.content_markdown". Fix gets file contents into index and I get expected search results in generated site. There may be further tweaks needed in filtering the content (for example, markdown table pipes and dashes should be filtered out), but this well enough for now.
@philcdavis philcdavis merged commit 78459ab into master Jan 24, 2020
@philcdavis philcdavis deleted the philcdavis-patch-1 branch January 24, 2020 20:31
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.

1 participant