• Resolved tinyCoder

    (@tinycoder)


    Hi, I get Your search was completed, but no results were found.. no matter what i search for, plugins.. themes, anywhere, and no matter what simple the word i’m searching for is, is this a common issue?

    Linux shared hosting from SiteGround.com, latest plugin and wordpress version.

    thanks.

    • This topic was modified 8 years, 2 months ago by tinyCoder.
Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author Marius L. J.

    (@clorith)

    Hiya,

    Could you give an example of something you’ve searched for (and where you chose to search for it)?

    Thread Starter tinyCoder

    (@tinycoder)

    Sure, check this:
    https://s29.postimg.org/e455bw6br/Screen_Shot_2017_01_19_at_10_26_19_PM.png

    While it is exists in the plugin:
    <p><?php printf( __( ‘Add this %s to a BuddyPress group.’, ‘buddypress-learndash’ ), LearnDash_Custom_Label::label_to_lower( ‘course’ ) ); ?></p>

    Even tried searchinf for: bp_learndash_metabox_function

    While it is exists:

    		public function bp_learndash_metabox_function( $post ) {
    			wp_nonce_field( plugin_basename( __FILE__ ), $post->post_type . '_noncename' );

    No result.

    Plugin Author Marius L. J.

    (@clorith)

    The second example with underscores I had another report of 2 days ago and I will be looking into, I’ll do some testing with the string you provided as well, thank you for that, I’ll hopefully have a sensible response some time later this evening or tomorrow looking into it, as it’s definitely not supposed to skip simple strings like that.

    Just as a test, could you try using /Add this/si as the search string and enabling regex and seeing if it finds them then?

    Thread Starter tinyCoder

    (@tinycoder)

    Yes, that worked /Add this/si

    I think everything was working fine few months ago the last time I tried the plugin.

    Thanks man, I hope you could find the problem soon, good luck.

    Plugin Author Marius L. J.

    (@clorith)

    Great news, I’ve found the cause of the searches not working as they should (regex searches -do- work though, but require you to write a proper regex string, I may improve on that along with the fix).

    It seems it’s not properly identifying if you are doing a regex or plain text search in all cases, and as such just errors out and finds nothing. I’ll have this sorted hopefully by the end of the day today with a patch up, but at the latest by the end of the weekend.

    Thank you very much for the reports and strings to help me search and track it down with!

    Plugin Author Marius L. J.

    (@clorith)

    Hi,

    Just a heads up as version 2.1.1 is now out, and it includes the fix to the non-regex searches not always working that were discussed here!

    Please do let me know if you have any other issues or thoughts, always glad to hear how things are working out!

    Thread Starter tinyCoder

    (@tinycoder)

    Awesome man! works fine now ??

    Thanks.

    Hi,
    recently i have installed this plugin. but i have searched a text which is available inside the custom post type metabox section of my theme and its showing result like ” Your search was completed, but no results were found.. ” .please provide the solution. and what is the use of RegEx search?

    Regards

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘No results were found, no matter what i type’ is closed to new replies.