• Hi,

    When I do search, the block contents I’ve added isn’t included on the search results. Seems the content blocks are unsearchable.

    Thanks for this great plug-in.

Viewing 4 replies - 1 through 4 (of 4 total)
  • same problem here.. you found any solution for this issue..

    please let me know

    Thanks in Advance 🙂
    http://www.santoshkori.com

    Looking for an answer to this too. Seems like a lot of people would be finding this an issue.

    Actually, if you use the Search Everything plugin it will be included but you can only search one word at time. If you search for more than one word it will come back with no results.

    Solution: Search Everything does not search more than one key word for meta data created from this plugin. However, I was able to find this code which fixes the bug.

    The problem is in the line 197 in search-everything.php file:
    Replace this line-
    $where = str_replace( “)))”, “)$searchQuery))”, $where );

    With this line-
    By this other: $where = str_replace( “)) “, “)$searchQuery) “, $where );

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

The topic ‘[Plugin: Multiple content blocks] Unsearcheable content’ is closed to new replies.