-
Notifications
You must be signed in to change notification settings - Fork 13
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
Add search #92
base: master
Are you sure you want to change the base?
Add search #92
Conversation
@blyddon22 thanks... for some reason the search box does not seem to be working when I run it locally... it seems like nothing happens when typing in the input box or pressing enter or tabbing out of it... I don't see anything going on as far as network traffic goes either. Any ideas? |
@mattjmorrison Yeah you're right... 🤔 I had it working at one point but it was on a different branch I'll dig into at some point and clean it up. |
Allows users to search based on topic, date, speaker and technically url. The url piece is just there for linking to the correct place.
@mattjmorrison This should be working now.. |
@blyddon22 some of the pages seem to be blank... I'm not sure why... for example: http://localhost:4000/2012/08/01/meeting.html |
@mattjmorrison Appears that post never had a body? https://github.com/pyowa/pyowa.github.io/blob/master/_posts/2012-08-01-meeting.md |
Builds on changes done here #91