Masternet Posted September 16, 2010 Share Posted September 16, 2010 Hello everyone,I need help because I can not understand how works the search in prestashopIn search preferences I set the minimum word length (I put 3), I rebuilt the index and I don't know exactly what do the other parametersI want to search 3 references in front office:Ref C4092ASearching C4092A -> CORRECTSearching C40 -> CORRECTSearching 92A -> Not foundRef C7115ASearching 15A -> Not foundInstead, It listed items that have "1.5A" in the specifications sheet Ref PS.V97E3.008Searching PS.V97E3.008 -> Not foundIn back office, all references properly seekHelp, please ... Link to comment Share on other sites More sharing options...
rocky Posted September 16, 2010 Share Posted September 16, 2010 That's the way PrestaShop has been designed. It indexes from the start of words only, not the middle. If you have the minimum word length as 3 and the word is "test", then "tes" and "test" will be indexed, but not "est". See PrestaShop's response here. Link to comment Share on other sites More sharing options...
Masternet Posted September 16, 2010 Author Share Posted September 16, 2010 It is a serious problemBut why not find a complete reference: LX.TTP0Z.552Prestashop Only indexes the product name and not the reference? Link to comment Share on other sites More sharing options...
rocky Posted September 16, 2010 Share Posted September 16, 2010 PrestaShop does index the product reference, but also from the start of a word only. So entering "LX." should find that product, but entering "TTP0Z" won't find it, because it's in the middle of the reference. Link to comment Share on other sites More sharing options...
Masternet Posted September 17, 2010 Author Share Posted September 17, 2010 If I introduce "LX." or "LX.TTP0Z.552" finds nothing in the Front Office, but find it in the Back OfficeCould be due to not index the symbols? Link to comment Share on other sites More sharing options...
rocky Posted September 17, 2010 Share Posted September 17, 2010 Go to the Preferences > Search tab and make sure that the "Reference weight" is greater than 0. It should be 10 by default. Click Save at the bottom if necessary, then click the "Re-build entire index" link at the top. Link to comment Share on other sites More sharing options...
Masternet Posted September 17, 2010 Author Share Posted September 17, 2010 Still can not find the reference Link to comment Share on other sites More sharing options...
Damien Metzger Posted September 27, 2010 Share Posted September 27, 2010 Hi,The search does not look inside the words, because the indexes cannot be used this way.As for "LX.TTP0Z.552", the "." is considered as a delimiter, not as part of a word. Link to comment Share on other sites More sharing options...
Masternet Posted September 28, 2010 Author Share Posted September 28, 2010 Wow,That is a problem because there are many references that use this type of encodingI do not understand, from my point of view the search bar to find the references should conform to the value we are looking for, but as it is mounted currently not working as it shouldThanks Link to comment Share on other sites More sharing options...
Recommended Posts