Questions tagged [relevanssi]
15 questions
3
votes
2 answers
Using Relevanssi Query for Timber Pagination
I'm trying to find a way to pass the Relevanssi found number of posts into Timber pagination. Currently, it is using the default query's found number of posts instead of Relevanssi's.
My search.php template looks like this:
$searchQuery =…

Tyler Hall
- 363
- 1
- 2
- 7
1
vote
2 answers
Relevanssi Wordpress Search Results
We have a clients website (http://hayball.com.au) running the Relevanssi Wordpress Plugin (https://www.relevanssi.com).
Client has noticed that certain results do not appear when searched for. For example, searching for the term 'learning' should…
1
vote
1 answer
Relevanssi - Duplicate Searches logged
I'm using (and loving) Relevanssi plugin for WordPress. Having a problem though with searches being logged twice in user searches.
Found this comment in the plugin comments about it being a problem with the template.
When digging around my search…

theaemarie
- 75
- 10
1
vote
0 answers
Ignoring HTML tags in MySQL search
I have a WordPress site using a search plugin called Relevanssi. I'm still working on configuring the search functionality as best as I can; am running into one problem still. Relevanssi's search is MySQL based; which (to my knowledge) means that…

Jutta Duncan
- 101
- 2
- 11
1
vote
1 answer
Wpml and Relevanssi - search results in default language only
I have multi-language web store and use WPML plugin with Relevanssi better search plugin together.
Relevanssi plugin has an option
Limit results to current language: If this option is checked,
Relevanssi will only return results in the…

Merkucio
- 175
- 1
- 4
- 19
0
votes
0 answers
relevanssi search in 2 languages
Is there any way to get relevanssi (free wordpress plugin) search in 2 languages? For example, I want to search "arduino", but my current language on pc is russian, and I print "фквгштщ" to search field. I want relevanssi to search for "фквгштщ" and…

Dark Wizard
- 11
- 4
0
votes
1 answer
Using Wordpress function remove_filter() to remove a filter used by an installed plugin
I'm fairly new to working with websites and coding in general, so this may be a fairly obvious question to some folks. I'm trying to use the remove_filter() Wordpress function to unhook a filter that one of my plugins uses, that isn't working well…

Zach
- 21
- 2
0
votes
1 answer
WordPress : page not found with Relevanssi on some search pages on my search results
This is how I override the WordPress search page to implement better results thanks to Relevanssi:
global $wp_query;
$search_txt = get_query_var('s');
$args = array(
's' => $search_txt,
'post_type' =>…

Alexandre Bourlier
- 3,972
- 4
- 44
- 76
0
votes
1 answer
Applying infinite scroll upon wooocmmerece site isn't working as expected
I'm trying to implement jetpack's infinite scroll. my website has ?currency_switch=EUR and ?orderby=width-desc these kinds of custom URL parameters, which are successfully implemented without any ajax and for search I am using relevanssi.
I am…

YeshDev
- 63
- 13
0
votes
1 answer
Wordpress search results by keyword
Is there a way to prioritise the search results by keywords or tags.
For example, if a user types in Admissions then domain/admissions page comes first and then all the rest. If the word is apply then domain/apply page is first on the search result…

Natalya
- 123
- 2
- 12
0
votes
1 answer
WordPress + Relevanssi: Does not get children pages
When I search for a specific title, which is a child page of another, it does not show up and seems not to be in the results query at all. I tried to set parent to none and what do you know, it showed up in the search results.
What is happening and…

Fluesopp
- 93
- 1
- 1
- 11
0
votes
2 answers
Wordpress - Some search results not showing up
We have a website that we've taken over. There is a custom post type called "projects".
If we do a search using the term "learning" on the frontend, the results do not show a project with the title "Caulfield Grammar School, Masterplan & Learning…
0
votes
1 answer
Wordpress Relevanssi boost pages with certain word in title
I'm a php newbie and I'm trying to boost pages with certain words in the title to appear first in the search results page.
I tried modifying this code
/*Relevanssi sort boost exact matches in search results*/
add_filter('relevanssi_results',…

Thoanga
- 41
- 5
0
votes
2 answers
How to output JSON for WordPress search page using Relevanssi?
I'm using the WordPress search plugin Relevanssi.
I'm trying to customise my search.php template to output JSON, like so:

Michael Giovanni Pumo
- 14,338
- 18
- 91
- 140
0
votes
1 answer
Use relevanssi search instead of enfold default search
We are using the Enfold theme for our website and the default search function does not pull what we need it to pull, it only gets posts. I found a post that said I could put in the following code to change it to relevanssi but I have no idea where…