Viewing 1 replies (of 1 total)
  • Moderator bcworkz

    (@bcworkz)

    It’s likely because the search results page is the wrong context for your search function. A new code submission there is probably going to the wrong place. Check the initial, working search form’s action attribute. Is the assigned value an URL or is it just “” or “#”? (meaning the current page).

    Then check the form’s action attribute on the non-working search result page. The URL is incorrect, or it’s “” or “#”. In all cases it should instead be the URL of the initial working page or whatever its action attribute is if elsewhere.

    IOW, the form submission needs to go to where it can be properly handled.

Viewing 1 replies (of 1 total)
  • The topic ‘problem with search by code in admin’ is closed to new replies.