This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Reply To: Search Results Sidebars and URL Length

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

#48691
Ernest MarcinkoErnest Marcinko
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.