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
January 27, 2021 at 12:27 pm
#31306
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