Most important Relevanssi debugging trick

In general Relevanssi does work. So, when something doesn’t work – you can’t search for custom field content, results look bad, and so on – that means there’s a problem.

If you updated to Relevanssi free 3.0 or 3.0.1 and the plugin doesn’t work anymore, you can probably fix the problem by deactivating and reactivating the plugin.

If it’s not that, then approximately 90% of the time the problem is the same: there’s a query_posts() call on the search results page.

Any calls to query_posts() on search results template make Relevanssi fail silently. You’re not getting results from Relevanssi any more. This is unpleasant, but something I can’t really fix, considering that WordPress doesn’t offer any official way to replace search results and the way Relevanssi is coupled with WordPress is something of a hack. So, something simple like this can throw Relevanssi off.

If you’re having problems with Relevanssi, the first step is to check your search results page, usually search.php. See if there’s a call to query_posts() and if there is, comment it out. In most cases that is enough to fix the problem.

  • http://www.guidelagrave.com/V2/ guillaume le guillou

    hi
    using relevansi the results are really crapy
    no header
    no ordering
    no listing…
    any idea?
    thx
    g

  • http://www.mikkosaari.fi/ Mikko Saari

    So, did you check if there’s a query_posts call on your search results page?

    • web

      Hi, same issue, can you give me the code I’ll need to place on my search page template? Thanks!

  • rvencu

    Hi, I got into some problems with the Twenty Eleven theme, when I activate Relevanssi I cannot read much in the search result page. In fact it crashes in a strange way.

    There is no such call to query_posts, of course. More tips for troubleshooting would be welcome…

    • rvencu

      My mistake. I was messing up with searchblogs in a wrong way (empty value). Maybe is a good idea to sanitize this value if empty…

  • http://emrys.org philip

    Mikko, I notice you’ve been furiously updating Relevanssi Premium. Still, if I put admin in the exclusion box, admin searches are all that’s logged. With nothing in the box, it logs all searchers, including of course admin.

    • http://www.mikkosaari.fi/ Mikko Saari

      Oh, sorry. I’ve forgot about that… I’ll add it to my new bug tracking list right away, and I’ll be sure to check it out the next time I’m working at the plugin.

  • http://emrys.org philip

    Hi Mikko– you’re working hard on updates. Here’s the status of my problem: I login as wpadmin. If I exclude that (or even wp) from the search, it logs my searches, yet no other users’.

    I excluded only “juju” and it logged both my searches and others’. So exclusion works with non-administrative entries.

    I hope this can be solved. Thanks, Philip

  • http://www.mikkosaari.fi/ Mikko Saari

    You need to use user id, not user name. Looks like a documentation problem…

    • http://emrys.org philip

      Hi Mikko– I have tried all combinations of user id and password…using id first as name and then as password. No combination works. I don’t think I have registered before, so I clicked register. That always brought me back to this page…no place to register.

      And search exclusion of administrator doesn’t work…even with your latest update.

      Help! Philip

  • http://www.mikkosaari.fi/ Mikko Saari

    Have you tried using numeric user id in the log exclusion?

  • http://emrys.org philip

    Yes. I excluded my user id and it logged both admin and all other searches. I even tried excluding just the numeric part of my id with the same results.

  • http://emrys.org philip

    Mikko– I’m getting an update to Premium Relevanssi almost every other day. Are you really making all these changes?

    • http://www.mikkosaari.fi/ Mikko Saari

      There are no updates, it’s just the buggy update API that says so. No need to update, unless the version number changes.

  • henk

    Fuzzy matching not working. I only want to search ‘whole’ words. Why is it so difficult to find a plugin or hack to do that? I don’t want anything else, only whole words.

    • http://www.mikkosaari.fi/ Mikko Saari

      Disable fuzzy matching, and Relevanssi will match only whole words. It’s simple as that. If you use highlighting, that may be a bit deceptive, as the highlighting will highlight partial words – that’s not what Relevanssi matches, it’s just the highlighting.

  • Glenn Crocker

    I’m using a MySiteMyWay theme and they have a whole framework it’s built on so finding the query_posts() call is really hard (it’s in lib/functions/theme.php, line 1449 for me, but I don’t want to make framework changes). So I added a wp_reset_query(); call in search.php. It now looks like:


    No idea whether this is going to cause cancer or have other side-effects, but it worked out well for me!

  • Bob Matsuoka

    For some reason, searches stopped returning results. It had been working fine, now nothing. Even rebuilding the index doesn’t work. No query_posts(). Any suggestions for debugging? The log shows lots of successful searches in the past, but now nothing.

  • Bob Matsuoka

    PS — The index appears to be good:

    State of the Index

    Documents in the index: 2049
    Terms in the index: 89133
    Highest post ID indexed: 13352

    Just nothing on search results page.

  • rvencu

    I get the same issue as Bob. Lately I updated WP to 3.4.1 and twenty ten to 1.4 (I am using a child theme of twenty ten).

    • http://www.mikkosaari.fi/ Mikko Saari

      I think we solved Bob’s problem, but I don’t remember how… I’ll have to see if I can find out how.

      • http://sf4tay.org David Rutan

        I’d love to hear how Bob’s issue gets resolved as well, since I’m seeing the same thing. It used to work a few weeks ago, yet now it doesn’t provide any results.

        If I disable the plugin and search the same terms, it provides tons of results.
        Re-enabling and re-indexing doesn’t change the no results issue.

        I also made sure there was no query_posts in the search.php document.

        • http://www.mikkosaari.fi/ Mikko Saari

          Which version are you running, David?

          • Dave Stone

            I’m running Relevanssi 3.0.3 for the fist time on WP 3.3.2 and I’m getting the “No posts yet !” message. Index built successfully.

            I’ve commented out the query_posts in my search.php.
            I’ve deactivated and reactivated several times.

            Still no search results. Do you remember how you helped Bob?

          • http://www.mikkosaari.fi/ Mikko Saari

            I think the problem might still be in your search results template somehow.

  • owcv

    I have an issue with the title boost and no query_posts() call on my page. The titles of my posts, pages and custom post types doesn’t seem to get the needed relevance, even if I have set the boost to 5 in the Relevanssi-backend. I want the search results that way, that if the title matches, the post/page is on top of the results. How to do that?

    • http://www.mikkosaari.fi/ Mikko Saari

      Well, for starters, 5 is not much – set the boost to 50 or 100 and see if that helps.

  • jon

    Hi – I’m using WordPress 3.4.1 and Relevanessi Version 3.0.1. I think I’ve used the plugin for over a year or two with no problems. Now, some time reasonably recently (last few weeks?) it’s stopped working (just get a “no results” message when searching). I’ve double-checked for the presence of query_posts() but it’s not there. I notice a couple of other people here have what might be the same problem.

    • http://www.mikkosaari.fi/ Mikko Saari

      It was probably the update. Try to deactivate and reactivate the plugin to see if that helps.

  • jon

    Ah – that seems to have done it (also re-built the index too – don’t know if that helped). Thanks.

  • http://vintageairphotos.com Mark

    Hi, ever since the 3.0.2 upgrade my search results have odd code at the end. It’s probably because I’m also using the GD Star Rating plugin. But the previous version of Relevanssi didn’t do this. Here’s a sample:

    This is Victoria just west of Beacon Hill Park from 1954. You can still make out the Empress Hotel and the Parliament Buildings off in the distance. UA:F [1.9.20_1166]please wait…Rating: 0.0/5 (0 votes cast)…

    • http://www.mikkosaari.fi/ Mikko Saari

      Yeah, probably something with GD Star Rating. Don’t know what, though…

  • Okiante

    Hi,
    Can you please let me know what needs to be done to make the plugin working with optimizepress? It is not showing any search results after indexing pages

    Thanks much,

    • http://www.mikkosaari.fi/ Mikko Saari

      No idea, I’m not familiar with the theme. Did you read this post, about the query_posts() stuff? That’s your best bet.

      • Okiante

        Hi Mikko,
        Yes, just after submitting the comment I could make it work. Thanks so much :)

  • Toni

    Hi Mikko,

    I really like your plugin. There is one thing I can’t seem to fix:
    I want to show custom excerpts of “pages” including a custom read more link.

    Framework:
    Roots: http://www.rootstheme.com/

    For enabling page excerpts I used:
    http://wordpress.mfields.org/2010/excerpts-for-pages-in-wordpress-3-0/

    For enabling custom read more links I used:
    http://codex.wordpress.org/Function_Reference/the_excerpt

    code used:
    function new_excerpt_more($more) {
    global $post;
    return ‘ID) . ‘”>Read the Rest…‘;
    }
    add_filter(‘excerpt_more’, ‘new_excerpt_more’);

    In the plugin:
    - Create custom search result snippets: enabled
    - Allowable tags in excerpts: -blanc-

    Somehow I’m not seeing it and I’ve maxed out my daily coffee intake so if you are able to help me fix it or point me in the right direction that would be awesome.

    oh and no query post shizzle going on.

    Regards,
    Toni

    • http://www.mikkosaari.fi/ Mikko Saari

      Yeah, looks like the excerpt_more filter doesn’t work. Here’s a workaround I found in Twenty Ten:

      function custom_excerpt_more( $output ) {
      	if ( has_excerpt() && ! is_attachment() ) {
      		$output .= " > Read the test";
      	}
      	return $output;
      }
      add_filter( 'get_the_excerpt', 'custom_excerpt_more' );
  • Toni

    The test is read.

    First part works!
    Thanks for the quick reply
    Up to styling now.

    One point:
    It still displays the first few lines of the page instead of the custom excerpt.
    How do I hook into my custom Excerpt? Or is the above code for enabling excerpts on pages not accurate anymore?

    Regards,

  • http://www.mikkosaari.fi/ Mikko Saari

    If your theme is using the_excerpt() on search results pages, Relevanssi should take over the excerpt, and it doesn’t matter if you have the excerpts enabled for pages or not.

  • Dave Stone

    Are there any other functions besides query_posts() that may be preventing Relevanssi results from appearing?

    • http://www.mikkosaari.fi/ Mikko Saari

      No, there shouldn’t be.

  • Bill

    Mikko,

    It appears for us (using HTML5 Reset Framework), we are seeing the index build, but we are not getting results for custom content types (using Custom Content Type Manager) and custom fields (specifically relation type fields).

    Some of the content is found in the index table but does not show as a result. We should note that the terms are being picked up and indexed for the entire custom post type, just not found as a result.

    Is there a way we can extend the indexing or results to show this?

    Thanks!

    • http://www.mikkosaari.fi/ Mikko Saari

      Bill, if you’re a registered user, please use the support form to send me more details. Which version are you using? What are those content types? Are they post types, or something else?

  • http://www.aur.edu Hypergolica

    Hi Mikko,

    I love Relevanssi and thank you for all the hard work. I’ve got a problem that I’ve just noticed recently, one that persists even if I turn off Relevanssi, but I’m still hoping you might be able to help me zero in on the fix:

    Some search results to pages and posts are suddenly missing links to the source. For example, look at this page: http://www.aur.edu/american-university-rome/?s=accu&submit=Search

    Notice the first two results don’t have links, but the third that includes the h2 title does and the next one with the h2 title and featured image does.

    Any idea as to why this is happening?

    Yes, I have checked my “search.php” for query_post call and I’m clean. Any and all insight you can provide would be greatly appreciated.

    Cheers,

    Tim

    • http://www.mikkosaari.fi/ Mikko Saari

      Tim, problem is in your style sheet. All those results have h2 titles, but your style sheet sets .page-title to “display: none”, which means they don’t show up. The post meta and bylines appear on those two results, because those two are posts and the other are pages. The answer to that problem lies in your search results template.

      • http://www.aur.edu Hypergolica

        Mikko,

        You are a superstar. How did you find that? Now I will try and fix it…

        Thank you so much!

        Tim

        • http://www.mikkosaari.fi/ Mikko Saari

          Took a look at your site using the “Inspect element” feature of Google Chrome. It’s the best tool for a web designer. For Firefox, you can use Firebug, and other browsers have similar features.

          • http://www.aur.edu Hypergolica

            Fixed!!! I changed the CSS to h1.page-title to display none… and now the h2′s appear in the search.

            Yes, I use the equivalent tool in Safari, but I overlooked what you clearly saw.

            Thank you again so very much, Mikko!

            Cheers,

            Tim

  • Zack

    Results don’t change. No query_post call in search.php. Any suggestions?
    Searches are being logged.

  • http://cityofwatsonville.org Kurt Overmeyer

    Hi Mikko – I installed your plug-in and then get no results. There does not appear to be a query_post() call in the search php. I must be doing something wrong but I cannot figure it out. Your plug-in is disabled on the site right now. Thanks for any help you can give.

    • http://www.mikkosaari.fi/ Mikko Saari

      Which version you have? Is the “Limit searches” option enabled, but the “Limit” option empty?

      • http://cityofwatsonville.org Kurt Overmeyer

        The latest version and I had limit searches enabled and the limit set to 500. Let me try it without that limit.

  • http://cityofwatsonville.org Kurt Overmeyer

    Here’s what I have – any help would be forever appreciated!

    News Topics

    <div >
    <h3 id="post-”><a href="” rel=”bookmark” title=”Permanent Link to “>

    <?php the_tags('Tags: ', ', ', '’); ?>
    Posted in

    |

    No posts found. Try a different search?

    • http://www.mikkosaari.fi/ Mikko Saari

      Kurt, send me the search template to mikko @ relevanssi.com or post it to a pastebin somewhere, as the comment system mangles the code.

  • Ken

    Hi there. I’d like to first say, great plugin! It’s made our search a lot more useful, and is very simple to use.

    I am having one problem-whenever the search string is wrapped in quotes (e.g., “foo bar”) the page dies, but wordpress doesn’t throw any fatal errors. I am using query_posts() (but in the sidebar, not the search result section), but commenting them out didn’t help.

    Any ideas?

    • http://www.mikkosaari.fi/ Mikko Saari

      Ken, like my previous comment says – send me the code to mikko @ relevanssi.com or post it to a pastebin, so I can take a look at it.

  • http://www.hetgrebersysteem.nl Gio

    Hello, I installed this plug-in and set the right settings. But I’m stuck now. How do I add the searchoption so this is visible on a page or in the widgetarea? my site is in dutch

    If it works good im getting the premium version.

    • http://www.mikkosaari.fi/ Mikko Saari

      Just use the default WordPress search widget, Gio.

  • http://www.bengreenfieldfitness.com Ben Greenfield

    So this may be a dumb question, but I’ve installed the plugin. Is there a RelevanSSI Search widget or something like that that I can use in the sidebar? Thanks!

    • http://www.mikkosaari.fi/ Mikko Saari

      Just use the default WordPress search widget, Ben.

  • http://216.70.90.173/ Johan Terve

    New WEB site soon to be launched. I must say that this is by far the best search engine for sites that I have ever seen. But, I have a small problem. Our site is all about “Wi-Fi” so people will search for this term. Problem is that relevanssi interpret this as a Boolean NOT searching for all pages containing Wi but not Fi, no pages will be found in searches…….
    I there any way to:

    A. Have a “include” word saying boolean NOT should not be used for th term Wi-Fi.

    OR

    B. Disable the boolean NOT feature

    A bonus question:

    People may use wifi, WiFi, Wi-Fi when searching, but my site use Wi-Fi, is there any way to define alternative words that should be tied to the indexed Wi-Fi term? So searching for wifi will include results containg Wi-Fi?

    Thanks in advance!

    • http://www.mikkosaari.fi/ Mikko Saari

      First of all, if you’re running the free version of Relevanssi (I assume so, as you’re not using the customer support form to contact me), there simply isn’t a boolean NOT operator in Relevanssi.

      What you’re seeing is punctuation removal, which replaces the dash with a space, resulting in “wi fi”, which is then not searched, as the minimum word length for indexing is 3 by default.

      Relevanssi is case insensitive, so that doesn’t matter. There’s the synonym feature which you can use to support alternative spellings, but what I suggest here is a simple function:

      add_filter(‘relevanssi_remove_punctuation’, ‘fix_wifi’, 9);
      function fix_wifi($str) {
      $str = str_replace(‘wi-fi’, ‘wifi’, strtolower($str));
      return $str;
      }

      After you add this to functions.php of your theme, reindex. Now every occasion of wi-fi, in posts and search queries, will be normalized to wifi. Problem solved.

      • http://www.aptilo.com Johan Terve

        Thank you Mikko!

        • http://twitter.com/carstenbach Carsten Bach

          Hey Mikko,

          i’ve a similiar Problem and could not get any result while looking for “R.O.O.M”, what is a post_title.

          I tried setting ‘relevanssi_min_word_length’ to 1, but it doesn’t work.
          Then I tried to use your synomys feature and defined ‘room = R.O.O.M.’, ‘ROOM = R.O.O.M.’ and it also returned zero results.

          My last try was using your “fix_wifi” filter function from the comment above. I modified it to str_replace(‘r.o.o.m.’, ‘room’, strtolower($str)) but at all nothing worked.

          I hope you could point me into the right drection.

          Regards Carsten

  • http://www.effilee.de Dirk Müller

    We have a strange problem with Relevanssi. We made the index without problems, but on the site we have no results, but we can see hits in the Relevanssi User Searches. The admin searches works fine,, but no results on the side.
    So far as well. We have a Developer Environment, where we use exactly the same Software and there it works fine. We make a svn checkout on our productivity server, so it is exactly the same software, but it does not work outside.
    I changed the theme outside but i got no results. I interchange the DB, but it only work in the developer Environment.
    So we supposed that it is a spooky php fenomen. But there is nothing in the error.log
    Perhaps you have any suggestion?

    • http://www.mikkosaari.fi/ Mikko Saari

      Dirk, last time someone had a problem like this, it was caused by a subtle difference in either Apache or PHP configuration between the development and production environments.

      • http://www.effilee.de Dirk Müller

        Thank you Mikko, you got a hint what it could be. I compared the php.info and did not find anything suspect.

        • http://www.mikkosaari.fi/ Mikko Saari

          Last time the problem was caused by PCRE settings, I found the post in my archives.

          • Dirk Müller

            OK, I Found the source of defect. It was a different Theme of WPTouch Pro, which is a Plugin for Mobile Devices. I could not imagine that this has influence also to the Webtheme, but it could.

  • http://www.facebook.com/spaganelli Steven Paganelli

    Im having a similar issue. It worked when i downloaded and tested it but just recently i see no results on the search page, only hits in the user search logs. I tried everything above, and an upgrade of the plugin but still no results show.

    • http://www.mikkosaari.fi/ Mikko Saari

      Hard to say what’s wrong. Which version did you download, and to which version did you upgrade?

      • http://www.facebook.com/spaganelli Steven Paganelli

        I can exactly remember the original version, i think 3.0.1 i have since upgraed to Version 3.1.3. Both versions were not displaying results. wordpress version 3.4 I understand you can only guess at this point, so any pointers or PHP settings you know of would be great, thanks!

        • http://www.mikkosaari.fi/ Mikko Saari

          I’d start by looking at a var_dump($wp_query); on the search results page to see if there’s anything unusual there, then I would drop var_dump() calls in Relevanssi search functions (relevanssi_search() in lib/search.php) to see where in the process the results go missing.

          Actually, start in relevanssi_query() (also in lib/search.php) – does it return the search results in $posts variable or not?

          • http://www.facebook.com/spaganelli Steven Paganelli

            when i ran var_dump($wp_query); on the search results page it returned nothing, but when i do var_dump($wp_query); inside the relevanssi_query() function it returns matching results in an the array. so it is finding the results just not displaying theme, could be a theme issue i guess based on that.

          • http://www.mikkosaari.fi/ Mikko Saari

            Some online shop site I fixed – I’m not sure if it was WP-eCommerce or some other plugin – had a search form that by default excluded products from the search.

            Add this to your search results page: global $wp_query; var_dump($wp_query->query_vars['post_type']);

          • http://www.facebook.com/spaganelli Steven Paganelli

            global $wp_query; var_dump($wp_query->query_vars['post_type']);

            returned blank… im pretty stumped on this as i have not updated anything or even installed new plugins that would cause this conflict.

          • http://www.mikkosaari.fi/ Mikko Saari

            It would help a lot if I could take a look at your site. But check your search form or eCommerce plugin settings to see if the search is not excluding post types.

          • http://www.facebook.com/spaganelli Steven Paganelli

            Mikko,

            I appreciate your support, especially since it was free and you did it in your spare time. However i have since purchased a plugin specifically for wp-ecommerce product search. Thanks again!

  • http://www.facebook.com/emahpour Ehsan Mahpour

    I get no results from relevanssi after I upgraded to the latest version. even when I disable the plugin I get no results in the search page. Anything I should be checking? I’m using this plugin with jigoshop to search products. the post type is “product” and I checked it in the settings page to be indexed.

    • http://www.mikkosaari.fi/ Mikko Saari

      Is your search set to search products? Check both your search form and the Jigoshop settings.

  • Claudia Dinner um 8

    Hi,
    first of all I’m a foodblogger from Germany and not a developper. I was using Relenavanssi succesfully during the past month but now I get an “error 404 page not found” after entering a search criteria. How can a dummie like solve that problem?
    I’m using 3.1.3.
    thanks so much.
    Claudia

    • Claudia Dinner um 8

      a dummie like me, that’s what I wanted to say.. :-)

      • http://www.mikkosaari.fi/ Mikko Saari

        Your search form has an error. It comes up with a URL like this: http://www.example.com/suchen/?s=speck&submit=Suchen when http://www.example.com/?s=speck&submit=Suchen would work.

        Your searchform has:

        <form id=”searchform” action=”?php bloginfo(‘url’); ?” method=”get”>

        when it should have:
        <form id=”searchform” action=”<?php bloginfo(‘url’); ?>” method=”get”>

        • Claudia Dinner um 8

          thanks so much for the hint. I have changed the code, but it did not do the trick…. any other ideas?

          • http://www.mikkosaari.fi/ Mikko Saari

            You copied the code incorrectly. Make sure the code looks exactly like I posted it. It doesn’t, right now. Do not use copy-paste, but write it yourself. Make it look exactly like in my example.

          • Claudia Dinner um 8

            thank you so much for your kind support. I did not copy the code – I typed it. Still it does not return any results. It says that possibly the page has moved. Could it be that somewhere in the function bloginfo(‘url’) there is an invalid path? could it be that I have to change it somewhere on the DB? or in one of the files?

          • http://www.mikkosaari.fi/ Mikko Saari

            No, the code is wrong. I can’t write the code here, because the comment form mangles it, but it starts (ampersand)lt;?php when it should have (less-than-sign)?php. In the end there’s (ampersand)gt; where a greater-than sign should be. If you’ve written less-than signs and greater-than signs instead of the codes, then you’re using an editor that cannot be used to modify HTML code, and you need an editor that doesn’t ruin PHP code.

        • Claudia Dinner um 8

          51584012240167772151

          9
          6
          1036
          93

          FontSize=10000;FName=Arial;Kursiv=0;ULine=0;SThru=0;ForeColor=0;BackC=16777215;TextColor=0;Align=0;BW=1;BS=0;BA=2;BST=2;NOPRINT=0;ArrowType=0;UIDEFMODE=0;;IsLinkValue=0;UseUnique=-1;NLines=1;NChars=30;;;

          *DBField
          7
          2864
          000000000VICT_DBA14F102C13E41B8F

          that is what I copied from the search form

        • Claudia Dinner um 8

          sorry please delete previous post. copied the wrong text
          Claudia

        • Claudia Dinner um 8

             

  • PeterTheta

    WP 3.5.1, 18 posts, 48 pages
    First ever Relevanssi install, all settings default
    I have indexed
    I looked through search.php and loop.php and did not find query_posts()

    Problem:
    Page title ‘About Us’ with permalink /about cannot be found by searching ‘about’, ‘about us’, etc.

    Possible issue:
    The server is IIS7, with .htaccess fix for permalinks. – yeah, it’s bad but I can’t change it

    Thoughts?

    • http://www.mikkosaari.fi/ Mikko Saari

      “About” might be a stopword. Check the stopword list. I don’t think it’s a huge problem – who searches for “about us” page of a site, with those words? I don’t think many people do.

      • PeterTheta

        It’s not too big a site so removing the stopwords ‘about’ and ‘us’ shouldn’t be a problem. And, so far, it looks like we’re in great shape. You have another follower, thanks!

  • soloreglasgolf

    Hello,
    I´ve running relevanssi for last 4-6 months.
    Everything seems to be OK. Plugin was updated two-three times without any problem.
    But I´ve just updated to version 3.14 and Relevanssi doesn´t work: when searching nothing is found.
    I´ve rebuild the index and deactivate-activate the plugin but problem remains.
    When deactivating elevanssi standard WP search works OK.

    I´m running WP 3.5.1

    Any suggestion how to fix the problem?

    Thanks!

    • http://www.mikkosaari.fi/ Mikko Saari

      Which version did you update from?

      • soloreglasgolf

        I´m not completely sure but since I use to update plugins asap I guess I was running 3.1.3.

        • http://www.mikkosaari.fi/ Mikko Saari

          In that case it’s hard to say – might be a conflict with your other plugins.

          • soloreglasgolf

            Have you got a list of plugins with known conflicts with Relevanssi?
            Thank a lot!

          • http://www.mikkosaari.fi/ Mikko Saari

            No, I don’t have a ready list, there are too many other plugins.