In order to define which product attributes will be considered during search, you have to go to Catalog -> Attributes -> Manage Attributes. Click on, for example, "name" attribute in order to edit it. You 'll notice two properties, called:
- Use in Quick Search
- Use in Advanced Search
In order to be used in both search functionalities, you have to modify both properties to "Yes". That's major difference which contributes to discrepancy between results in quick search and advanced search.
At the end, run catalog search reindex in order to be sure that everything is ready.
You can do it from command line by typing:
php shell/indexed.php --reindex catalogsearch_fulltext
If this response was helpful to you, consider giving kudos to this post.
If this response solved your problem, click accept as solution to help others solve this issue