Title: Elementor
Last modified: November 4, 2024

---

# Elementor

 *  [lukashaselberger93](https://wordpress.org/support/users/lukashaselberger93/)
 * (@lukashaselberger93)
 * [1 year, 7 months ago](https://wordpress.org/support/topic/elementor-234/)
 * Hi,
 * my page is built using Elementor. In the header I’m using the Elementor search
   widget, however since installing the plugin, the sorting of the search results
   seems to be unchanged.
 * For example when I search the word “pizza”, I get posts with the word “pizza”
   in the post content itself display before others.
 * Something I realized is that the URL is [https://www.lukashaselberger.com/?s=pizza&e_search_props=c51e90d-14031](https://www.lukashaselberger.com/?s=pizza&e_search_props=c51e90d-14031)
   after searching for “pizza”. When I delete the part of the URL after “s=pizza”
   and use [https://www.lukashaselberger.com/?s=pizza](https://www.lukashaselberger.com/?s=pizza)
   instead, the sorting obviously works correctly.
 * Can you help me with that issue? Thanks!
 * Lukas
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Felementor-234%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 7 replies - 1 through 7 (of 7 total)

 *  Plugin Author [Mikko Saari](https://wordpress.org/support/users/msaari/)
 * (@msaari)
 * [1 year, 7 months ago](https://wordpress.org/support/topic/elementor-234/#post-18112526)
 * The `e_search_props` is likely a shorthand for a bunch of Elementor search parameters.
   Perhaps you can simply remove it from the search form? It’s set with this:
 *     ```wp-block-code
       <input type="hidden" name="e_search_props" value="c51e90d-14031">
       ```
   
 * If you can remove this from the search form, you should be fine.
 *  Thread Starter [lukashaselberger93](https://wordpress.org/support/users/lukashaselberger93/)
 * (@lukashaselberger93)
 * [1 year, 7 months ago](https://wordpress.org/support/topic/elementor-234/#post-18112567)
 * Thank you for the quick response. I think this is beyond my technial capabilities.
   Do I need to add some custom code or what exactly shall I do in order to achieve
   that?
 * Thanks, Lukas
 *  Plugin Author [Mikko Saari](https://wordpress.org/support/users/msaari/)
 * (@msaari)
 * [1 year, 7 months ago](https://wordpress.org/support/topic/elementor-234/#post-18112571)
 * I don’t know; there’s no single answer. Since you’re using Elementor, the Elementor
   support would be the best place to ask.
 *  Thread Starter [lukashaselberger93](https://wordpress.org/support/users/lukashaselberger93/)
 * (@lukashaselberger93)
 * [1 year, 7 months ago](https://wordpress.org/support/topic/elementor-234/#post-18112577)
 * Thank you, will do that!
 *  [Adrian Waterhouse](https://wordpress.org/support/users/adrianlda/)
 * (@adrianlda)
 * [1 year, 7 months ago](https://wordpress.org/support/topic/elementor-234/#post-18135712)
 * Did you get anywhere with Elementor about this? I’ve noticed that it part of 
   the the search form widget, it is stopping the search results from working correctly,
   ie if I manually remove from the query string the search works perfectly
 *  Plugin Author [Mikko Saari](https://wordpress.org/support/users/msaari/)
 * (@msaari)
 * [1 year, 7 months ago](https://wordpress.org/support/topic/elementor-234/#post-18135845)
 * You can try this:
 *     ```wp-block-code
       add_filter( 'relevanssi_modify_wp_query', function( $query ) {  $query->set( 'e_search_props', '' );  return $query;} );
       ```
   
 *  [Adrian Waterhouse](https://wordpress.org/support/users/adrianlda/)
 * (@adrianlda)
 * [1 year, 7 months ago](https://wordpress.org/support/topic/elementor-234/#post-18136022)
 * sorry I thought it was initially working but then discovered a colleague had 
   disabled the plugin
 * I’ve ended up adding some jquery to remove the hidden input field from the elementor
   widget
 *     ```wp-block-code
       $('input[name="e_search_props"]').remove();
       ```
   
 * I suspect the field is something to due with query caching for their live search
   field,
    -  This reply was modified 1 year, 7 months ago by [Adrian Waterhouse](https://wordpress.org/support/users/adrianlda/).
    -  This reply was modified 1 year, 7 months ago by [Adrian Waterhouse](https://wordpress.org/support/users/adrianlda/).

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Elementor’ is closed to new replies.

 * ![](https://ps.w.org/relevanssi/assets/icon-256x256.png?rev=3529670)
 * [Relevanssi - A Better Search](https://wordpress.org/plugins/relevanssi/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/relevanssi/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/relevanssi/)
 * [Active Topics](https://wordpress.org/support/plugin/relevanssi/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/relevanssi/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/relevanssi/reviews/)

 * 7 replies
 * 3 participants
 * Last reply from: [Adrian Waterhouse](https://wordpress.org/support/users/adrianlda/)
 * Last activity: [1 year, 7 months ago](https://wordpress.org/support/topic/elementor-234/#post-18136022)
 * Status: not resolved