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

Reply To: Frontend Search Settings: Any post type

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Frontend Search Settings: Any post type Reply To: Frontend Search Settings: Any post type

#31306
Ideaz20Ideaz20
Participant

Hello,

installed, but it doesn’t correctly splice the values. The code should probably be:

array_splice( $this->values, $position, 0, array($new) );

If the last value is not an array it is typecasted to one which means that the structure is not preserved.

Here is one last question about the original problem: is it possible to also override parameters for the search page results? Ajax load works great, but on search page the above filter seems to be ignored.

Best regards