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

Fixed issue with search not working from category page #11

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Fixed issue with search not working from category page #11

wants to merge 1 commit into from

Conversation

clamytoe
Copy link

I noticed that when trying to search for a term from any of the category pages that it would try and redirect the search to /category/search.html and I was getting a 404 error because that doesn't exist. I noticed in the base.html template that the action in the search form was just set to "search.html" so I changed it to:

<form class="uk-search" action="{{ SITEURL }}/search.html" data-uk-search>

I did that for both instances of the search form and my issue went away.

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.

None yet

1 participant