Search the Community
Showing results for tags 'search_word'.
-
Dear list! My search function seems to be broken in 1.4.7 When changing display_errors to 'on' in config.inc.php, I'm getting the following error from FO, when searching: Warning: preg_replace(): Compilation failed: disallowed Unicode code point (>= 0xd800 && <= 0xdfff) at offset 1829 in /usr/local/www/apache22/domains/domain.tld/classes/Search.php on line 103 When trying to rebuild index in BO, I'm getting the same error: Warning: preg_replace(): Compilation failed: disallowed Unicode code point (>= 0xd800 && <= 0xdfff) at offset 1829 in /usr/local/www/apache22/domains/domain.tld/classes/Search.php on line 103 Both the tables search_index and search_word are empty. Even after running rebulding... Any ideas? Please let me know!
- 45 replies
-
- search_word
- search_index
- (and 8 more)
-
Hey, i am new to Presta Shop and need some customizing. I added a new field (varchar) to the product table in my database. I modified the template etc. so that the new field is shown on the frontend and that i can edit the value in the backend. All working good! But i cant search for the value of my new field. I know that i have to modify the file Search.php in the classes folder. But I cant make the search saving the values of my new field into the search_word/index tables. I hope someone can explain me which lines have to be modified in order to get the search working. Thanks in advance.. Mathis