Forums de discussion

search_resources.jsp being called twice in Documents and Media portlet IE8

Jim Miller, modifié il y a 10 années.

search_resources.jsp being called twice in Documents and Media portlet IE8

New Member Publications: 10 Date d'inscription: 20/09/12 Publications récentes
I'm seeing search_resources.jsp being called twice when the search box is empty in the Documents and Media portlet. This happens in IE8, but not Chrome.

The reason this is an issue for me is that I'm creating a hook with advanced search capabilities. Because the regular search box contains no text when I do the advanced search, I get that 2nd call to search_resources.jsp coming from somewhere. The function searchFileEntry() in file_entry_search.jsp is not being called twice - I've verified that. So I end up having search_resources.jsp called twice, once with the search params I want and another with nothing set.

Does anyone have an idea where that 2nd call to search_resources.jsp is being triggered from?