Sidebar Search 3.1

Is there a way to add a sidebar search function in OJS 3.x? I’ve been looking at ways to implement it, but am running into difficulty.

I figure I could create a custom plugin to achieve what I’m looking to do by pulling in the search function that is in nav. I’m trying to track down all the files associated with the search function to create it if possible.

Thanks for any advice.

Hi @Ariton

If you are looking for the simple search form, you can find the template here: https://github.com/pkp/ojs/blob/master/templates/frontend/components/searchForm_simple.tpl

Models can be found in classes/search/ and controller for the search page: pages/search/

If implementing though child theme, it should be the matter of overriding a footer.tpl, I suppose.