I’ve added some database tables to prestashop 1.5.3 which contain additional product data. Now I’d like to modify the search-alorithm from prestashop to include those tables.
I had guessed that the corresponding code would be found in classes/search.php, but modifing this code does not change anything. I even deleted the whole file and the search function kept working.
Can anybody please point me in the right direction and tell me where I can find prestashops search-code.
Searching code is really in /classes/Search.php. I cannot see why search is still working with this file empty…
Please don’t modify core files, you’d rather add your logic in the overriden one :