Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ticket/12986] Fix detection of common words in search #2881

Merged
merged 1 commit into from Aug 16, 2014

Commits on Aug 16, 2014

  1. [ticket/12986] Fix detection of common words in search

    $search->get_common_words() call goes before the split_keywords() call,
    but $search->common_words array is being generated
    within the function $search->split_keywords(). Thus, get_common_words()
    returned an empty array instead of common words array.
    
    PHPBB3-12986
    rxu committed Aug 16, 2014
    Copy the full SHA
    354d08d View commit details
    Browse the repository at this point in the history