Are you searching for the full SKU string?<br>As the default Drupal search doesn&#39;t do partial word search...<br><br>What you could do is get the nid of the node that doesn&#39;t have all its fields showing up in the search results, and running the following query:<br>
SELECT * FROM {search_dataset} WHERE sid = &lt;your nid&gt;<br>That way you can see what words have been indexed for that particular node, and will (or should) show up in the result list when searched for.<br><br><div class="gmail_quote">
2009/6/4 Steve Edwards <span dir="ltr">&lt;<a href="mailto:killshot91@comcast.net">killshot91@comcast.net</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">



  

<div bgcolor="#ffffff" text="#000000">
<font size="-1"><font face="Arial">I am not using any data access
modules.  There is only one row in node_access.</font></font><div class="im"><br>
<br>
Bill Fitzgerald wrote:
<blockquote type="cite">Do
you have any access control modules installed? If so, have you rebuilt
the node access table?
  <br>
  <br>
Steve Edwards wrote:
  <br>
  <blockquote type="cite">I&#39;m working on an Ubercart site and am having
a problem with all data not being indexed for search.  Using the
default Dupal search, if I search on the SKU field, I get results on
some of the products, but not all.  I&#39;ve rebuild the index and re-run
cron multiple times, and I&#39;ve also verified that data is entered
correctly in the SKU field for all products, but for some reason I
still don&#39;t get results returned on some of the SKU numbers.  Can
anybody explain possible reasons why this might be happening or give me
a place I could start looking?
    <br>
    <br>
Thanks.
    <br>
    <br>
Steve
    <br>
------------------------------------------------------------------------
    <br>
    <br>
--
    <br>
[ Drupal support list | <a href="http://lists.drupal.org/" target="_blank">http://lists.drupal.org/</a> ]
    <br>
  </blockquote>
  <br>
  <br>
</blockquote>
</div></div>

<br>--<br>
[ Drupal support list | <a href="http://lists.drupal.org/" target="_blank">http://lists.drupal.org/</a> ]<br></blockquote></div><br>