This bug exists in Emacs built from the bzr source code, version GNU Emacs 24.0.50.1 (x86_64-unknown-linux-gnu) of 2011-02-27 on zck-desktop
Steps to reproduce:
1. M-x customize<ret>
2. Go to the search bar, and type in "grouping backslash", without quotes.
3. Press enter, and get the message that no results have been found.
4. Change the search query to "backslash", again without quotes, and press enter. One result is found: "Font Lock Regexp Grouping Backslash", which should be found for the previous search.
This behavior is exhibited for any query with multiple words.
Attached is a patch which splits the input string before passing it to customize-apropos, which already handles lists of strings.
-Zachary Kanfer