<?xml version="1.0" encoding="utf-8"?><rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
    xmlns:admin="http://webns.net/mvcb/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:content="http://purl.org/rss/1.0/modules/content/">
    <channel>
    <title>Magento Issue Tracking</title>
    <link>http://www.magentocommerce.com/bug-tracking/</link>
    <description></description>
    <dc:language>en</dc:language>
    <dc:creator>MagentoCommerce</dc:creator>
    <dc:rights>Copyright {gmt_date format="%Y"}</dc:rights>
    <dc:date>{gmt_date format="%Y-%m-%dT%H:%i:%s%Q"}</dc:date>
    <admin:generatorAgent rdf:resource="http://expressionengine.com/" />
        <item>
        <title>View Issue #9841 / Rebuild Search Index Crashes</title>
        <link>http://www.magentocommerce.com/bug-tracking/issue?issue=4631</link>
        <description><![CDATA[<strong>Posted:</strong> 2008-12-31 15:06:24<br/><strong>Category:</strong> Search<br/><strong>Version:</strong> 1.2.0.1<br/><strong>Priority:</strong> urgent<br/><strong>Status:</strong> closed<br/><strong>Reported By:</strong> <a href="http://www.magentocommerce.com/boards/member/84007/">hirshy</a></strong><br/><br/>Search wasn't working properly so under &quot;Cache Management&quot; I clicked on &quot;Rebuild Index&quot; and got the following error:<br />
<br />
Fatal error: Call to a member function setAttribute() on a non-object in /home/jsularsk/public_html/app/code/core/Mage/Eav/Model/Entity/Attribute/Abstract.php on line 351<br />
<br />
I have found various posts regarding this issue where many users are having the same problem:<br />
http://www.magentocommerce.com/boards/viewthread/27151/<br />
http://www.magentocommerce.com/boards/viewthread/27061/<br />
http://www.magentocommerce.com/boards/viewthread/27076/<br />
<br />
Auto Complete in search is now showing results preceded by a number and when you click search it says there are no results. I wouldn't mind even shutting off the entire search module for the site until this is fixed but this has proven to be not so simple.<br/><br/><hr/>]]></description>
    </item>
    
                    <item>
        <title>RE: Rebuild Search Index Crashes</title>
        <description><![CDATA[<em>#1 / Comment by <a href="http://www.magentocommerce.com/boards/member/40333/">_Jimbo</a></em><br/><br/>I had the same error message,<br />
and decided to delete my whole Product Stock, for there seems to any database issue.<br />
that was impossible, an error that &quot;store_id&quot; coulld not be found in the fieldlist.<br />
I had to unassign all Products from the main website, Then I could delete them, and was able to rebuild the Index without errors.<br />
perhaps It's worth a try to unassign the whole stock, and reassign it lateron in backend under &quot;update Attributes.&quot;<br />
Regards, Jimbo]]></description>
    </item>
            <item>
        <title>RE: Rebuild Search Index Crashes</title>
        <description><![CDATA[<em>#2 / Comment by <a href="http://www.magentocommerce.com/boards/member/84007/">hirshy</a></em><br/><br/>Thanks Jimbo,<br />
<br />
I tried what you said. In &quot;Manage Products&quot; I selected all products and then in &quot;Actions&quot; selected &quot;Update Attributes&quot; and then removed all products from the main store. When I refreshed the cache and then tried rebuilding the index it worked. When I reassigned the products afterward the error happened again. I even tried to only assign one product and I still got the same error when trying to rebuild the index.<br />
<br />
Hirshy]]></description>
    </item>
            <item>
        <title>RE: Rebuild Search Index Crashes</title>
        <description><![CDATA[<em>#3 / Comment by <a href="http://www.magentocommerce.com/boards/member/53764/">cycore</a></em><br/><br/>In my case, this issue was caused by a custom attribute using the multiselect type. After deleting the attribute, the rebuild process worked fine.<br />
<br />
The usesSource() method returns true for these multiselect attributes, but the getSource() method does not return anything.]]></description>
    </item>
            <item>
        <title>RE: Rebuild Search Index Crashes</title>
        <description><![CDATA[<em>#4 / Comment by <a href="http://www.magentocommerce.com/boards/member/60112/">GenericWhiteGuy</a></em><br/><br/>Confirmed that this error occurs if an attribute is set for &quot;Use in Quicksearch&quot; and is a multiple select.  Setting &quot;use in quicksearch&quot; removes the error, obviously because it isn't being indexed anymore.<br />
<br />
My observations:<br />
<br />
1.  If a multi-select is enabled for quick search and is available to any products there will be an error.<br />
2.  Deleting products or attributes and re-adding them will result in the same error once you create an attribute with Multiple Select and enable quicksearch.<br />
<br />
Anybody have a temporary workaround?]]></description>
    </item>
            <item>
        <title>RE: Rebuild Search Index Crashes</title>
        <description><![CDATA[<em>#5 / Comment by <a href="http://www.magentocommerce.com/boards/member/73474/">jogide</a></em><br/><br/>Ok, the same problem. <br />
<br />
@genericwhiteguy : <br />
<br />
I have modified the attributes that are part of grouped attributes. In the tab &quot;use quick search&quot; I select &quot;not&quot;. <br />
<br />
The rebuild button has worked at the first.<br />
 <br />
The attributes of configurable products can not be used for the mini search ! Only des-select and rebuild.]]></description>
    </item>
            <item>
        <title>RE: Rebuild Search Index Crashes</title>
        <description><![CDATA[<em>#6 / Comment by <a href="http://www.magentocommerce.com/boards/member/9181/">thE_iNviNciblE</a></em><br/><br/>i can successful rebuild the search index, but i can't search on the frontend.<br />
i also have tried to disable the quicksearch functions... of the dropdown list.... and disabeled the functions of &quot;filter layout&quot;]]></description>
    </item>
            <item>
        <title>RE: Rebuild Search Index Crashes</title>
        <description><![CDATA[<em>#7 / Comment by <a href="http://www.magentocommerce.com/boards/member/12779/">Jesse Stewart</a></em><br/><br/>Same issue. I was getting this same error editing products and rebuilding the search index.<br />
<br />
I changed all attributes to not be in advanced search or quick search. This made the errors go away.<br />
I reset one of the drop-down attributes and NO ERRORS when editing products.<br />
I reset one of the muti-select attributes and NO ERRORS  when editing products.<br />
<br />
Rebuilding index and ERRORS.<br />
Disabled the search on the multi-select and NO ERRORS.<br />
<br />
Moral of the story - Multiple select can not be searchable without getting errors. Thanks to everyone here that helped me get to that conclusion.]]></description>
    </item>
            <item>
        <title>RE: Rebuild Search Index Crashes</title>
        <description><![CDATA[<em>#8 / Comment by <a href="http://www.magentocommerce.com/boards/member/60399/">janhoy</a></em><br/><br/>Confirmed that a workaround is to disable QuickSearch (no need to disable advanced), then rebuild index.<br />
However, I have geography as one of the attribuets, and it really needs to be searchable, so a fix is highly needed!<br />
<br />
Related question: I also need search on category names to bring up relevant products. Where can I enable category names in QuickSearch]]></description>
    </item>
            <item>
        <title>RE: Rebuild Search Index Crashes</title>
        <description><![CDATA[<em>#9 / Comment by <a href="http://www.magentocommerce.com/boards/member/9181/">thE_iNviNciblE</a></em><br/><br/>Hi Dev-team<br />
<br />
maybe this issue also fixed: <br />
<br />
http://www.magentocommerce.com/bug-tracking/issue?issue=4693<br />
<br />
i've also tried to disable all attribute from searchable (only description) and also the error...<br />
the search index can be build successful at may installation.]]></description>
    </item>
            <item>
        <title>RE: Rebuild Search Index Crashes</title>
        <description><![CDATA[<em>#10 / Comment by <a href="http://www.magentocommerce.com/boards/member/25414/">Business Feet</a></em><br/><br/>How can this be resolved when everyone is still getting the same errors - if it is resolved where is teh fix, come on magento team - a little bit of communication isn't too much to ask is it?]]></description>
    </item>
            <item>
        <title>RE: Rebuild Search Index Crashes</title>
        <description><![CDATA[<em>#11 / Comment by <a href="http://www.magentocommerce.com/boards/member/16467/">rrroulio</a></em><br/><br/>exact, where is the solution? Disable quick search in attributes to rebuild index is not a solution. The problem is in the core, it needs a real attention]]></description>
    </item>
            <item>
        <title>RE: Rebuild Search Index Crashes</title>
        <description><![CDATA[<em>#12 / Comment by <a href="http://www.magentocommerce.com/boards/member/46671/">bcelenza</a></em><br/><br/>I'm still looking for a solution to this issue. What build is this scheduled to be a part of? Is there a patch we can apply in the meantime?]]></description>
    </item>
            <item>
        <title>RE: Rebuild Search Index Crashes</title>
        <description><![CDATA[<em>#13 / Comment by <a href="http://www.magentocommerce.com/boards/member/89455/">b*rock</a></em><br/><br/>I'm getting the same error runing v1.2.0.2]]></description>
    </item>
            <item>
        <title>RE: Rebuild Search Index Crashes</title>
        <description><![CDATA[<em>#14 / Comment by <a href="http://www.magentocommerce.com/boards/member/5021/">flufftronix</a></em><br/><br/>Another install with the error here on 1.2.0.2]]></description>
    </item>
            <item>
        <title>RE: Rebuild Search Index Crashes</title>
        <description><![CDATA[<em>#15 / Comment by <a href="http://www.magentocommerce.com/boards/member/54006/">cradossk</a></em><br/><br/>+1]]></description>
    </item>
            <item>
        <title>RE: Rebuild Search Index Crashes</title>
        <description><![CDATA[<em>#16 / Comment by <a href="http://www.magentocommerce.com/boards/member/53154/">DaymoH</a></em><br/><br/>me too]]></description>
    </item>
            <item>
        <title>RE: Rebuild Search Index Crashes</title>
        <description><![CDATA[<em>#17 / Comment by <a href="http://www.magentocommerce.com/boards/member/14970/">ptjedi</a></em><br/><br/>I have this error too - No frontend quick search and can't rebuild search index... This is in need of proper attention. Don't know why this bug was classified as &quot;resolved&quot; when it is not.]]></description>
    </item>
            <item>
        <title>RE: Rebuild Search Index Crashes</title>
        <description><![CDATA[<em>#18 / Comment by <a href="http://www.magentocommerce.com/boards/member/94228/">Vegard</a></em><br/><br/>Hi<br />
See post number 7 from Jesse Stewart. This is the workaround and it did work for me..]]></description>
    </item>
            <item>
        <title>RE: Rebuild Search Index Crashes</title>
        <description><![CDATA[<em>#19 / Comment by <a href="http://www.magentocommerce.com/boards/member/51659/">Mage4Frank</a></em><br/><br/>Confirm on post number 7. Make multiselect attributes not searchable within quicksearch. To find those attributes, I use underscore (_) to name my attributes, use this sql.<br />
<br />
SELECT *<br />
FROM `eav_attribute`<br />
WHERE `attribute_code` RLIKE ?^_?<br />
AND `is_user_defined` =1<br />
AND `frontend_input`=?multiselect?<br />
LIMIT 0 , 30<br />
<br />
To set to not searchable: Use at own risk!<br />
<br />
UPDATE `eav_attribute` SET `is_searchable` = 0<br />
WHERE `attribute_code` RLIKE ?^_?<br />
AND `is_user_defined` = 1<br />
AND `frontend_input`=?multiselect?<br />
<br />
Now you can rebuild search index.<br />
<br />
Set searchable at quicksearch again: Use at own risk!<br />
<br />
UPDATE `eav_attribute` SET `is_searchable` = 1<br />
WHERE `attribute_code` RLIKE ?^_?<br />
AND `is_user_defined` = 1<br />
AND `frontend_input`=?multiselect?]]></description>
    </item>
            <item>
        <title>RE: Rebuild Search Index Crashes</title>
        <description><![CDATA[<em>#20 / Comment by <a href="http://www.magentocommerce.com/boards/member/14029/">MichalL</a></em><br/><br/>+1]]></description>
    </item>
            <item>
        <title>RE: Rebuild Search Index Crashes</title>
        <description><![CDATA[<em>#21 / Comment by <a href="http://www.magentocommerce.com/boards/member/87424/">radoslawg</a></em><br/><br/>This is indeed not fixed! On the bright side, if I disable from search my multiselect attribute - I can rebuild the index. I'm running 1.2.0.3 .<br />
Can someone reopen this issue?]]></description>
    </item>
            <item>
        <title>RE: Rebuild Search Index Crashes</title>
        <description><![CDATA[<em>#22 / Comment by <a href="http://www.magentocommerce.com/boards/member/1367/">Unirgy</a></em><br/><br/>I've uploaded fix here:<br />
http://www.magentocommerce.com/boards/viewthread/27061/]]></description>
    </item>
            <item>
        <title>RE: Rebuild Search Index Crashes</title>
        <description><![CDATA[<em>#23 / Comment by <a href="http://www.magentocommerce.com/boards/member/109/">Michael</a></em><br/><br/>@radoslawg: the issue is not closed yet. there no need to reopen it]]></description>
    </item>
            <item>
        <title>RE: Rebuild Search Index Crashes</title>
        <description><![CDATA[<em>#24 / Comment by <a href="http://www.magentocommerce.com/boards/member/16467/">rrroulio</a></em><br/><br/>yesssssssssssssss! i can rebuild search index !<br />
like as post 22, the solution is found with the fix posted by mbguy<br />
take a look Varien !]]></description>
    </item>
            <item>
        <title>RE: Rebuild Search Index Crashes</title>
        <description><![CDATA[<em>#25 / Comment by <a href="http://www.magentocommerce.com/boards/member/16467/">rrroulio</a></em><br/><br/>So, it works, but i still have the same problem with the &quot;browse by&quot; sub menu (don't display since 1.2 version)???]]></description>
    </item>
            <item>
        <title>RE: Rebuild Search Index Crashes</title>
        <description><![CDATA[<em>#26 / Comment by Magento Team</em><br/><br/>Hello hirshy,<br />
<br />
This issue was fixed. The changes will be available in the next bugfix release.<br />
<br />
Thank you.]]></description>
    </item>
            <item>
        <title>RE: Rebuild Search Index Crashes</title>
        <description><![CDATA[<em>#27 / Comment by <a href="http://www.magentocommerce.com/boards/member/46671/">bcelenza</a></em><br/><br/>Thanks for the update Magento Team, looking forward to it!]]></description>
    </item>
        </channel>
</rss>