Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Search Results Sidebars and URL Length › Reply To: Search Results Sidebars and URL Length
July 3, 2024 at 1:47 pm
#48691
Keymaster
2. It’s to send information to the results page handler:
– asp_active -> tells if the query is originated from the plugin and should trigger an override
– p_asid -> unique search ID
– filters_initial & filters_changed -> tells that the form data is initial and form data had not been tempered with yet, so based on that more efficient queries can be constructed
– current_page_id -> used as reference to the originating page ID
Unfortunately there is no other way to send this information.