I am trying to setup simple search pages for several different post types.
Each search form/results is set to “Search in the following post types:” just one post type.
Each search form has only the “search” field and a submit button.
When I visit the search page with no Query I see all of the results from just that one post type, but when I enter a value into the search field I get a list of results from different post types.
I tried adding the “post type” selector and restricting it to just the post type I want, but that does nothing to change the results I get back.
Is there something I am doing wrong?