antonionev99
Forum Replies Created
-
Forum: Plugins
In reply to: [Relevanssi - A Better Search] relevanssi_orderby | relevanssi_orderCan i use relevanssi_hits_filter with free version ?
- This reply was modified 1 day, 10 hours ago by antonionev99.
Forum: Plugins
In reply to: [Relevanssi - A Better Search] relevanssi_orderby | relevanssi_orderIf i search Roma i need first of all, the posts order alphabetically that is associated to the search word Roma, and then all the other post ever ordered alphabeticcaly.
Roma , or another city, is a meta_value “citta”. So when i search Roma i need firsy
:
– all post order by post_title alphabetically with the meta_value rome , and then the other
Now im using this:add_filter( ‘relevanssi_orderby’, function( $orderby ) { return ‘post_title’; } );
add_filter( ‘relevanssi_order’, function( $order ) { return ‘asc’; } );Forum: Plugins
In reply to: [Relevanssi - A Better Search] relevanssi_orderby | relevanssi_orderSo doing a check I had to activate the check order by relevance in search & filter to ensure that that function had an effect on the results. While there is the possibility of always having a double filter with that function? that is, in addition to the alphabetical order (as an image) being able to sort the result first by the searched word (Roma), always leaving the post titles in alphabetical order (with all the results with the searched word first) and then everything else
Hi Farhan it works than you. ??
Last question i there a possibility to translate email that the administrator receive ?
Kind regards.Antonio