Jump to:
| Project: | Managing News |
| Version: | 6.x-1.2 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
| Issue tags: | search index |
Issue Summary
Well into development on a site I discovered that the site was not indexing all of the nodes on the site during cron. I then tried the usual trouble shooting routine... checked for nodes with php or odd characters, deleted the cron_semaphore and cron_last variables, ran cron with debugging code to check for specific problems and I even deleted all nodes on the site and created new nodes to test. In fact I tried every solution listed on this page: http://drupal.org/node/553430 and then some, but nothing worked. Then in desperation I tried installing the system in a brand new folder from scratch. Low and behold normal nodes with only a few lines of innocuous text that I typed in myself don't get indexed at all. Regardless of how many times I run cron, the search settings page shows that the nodes on that site won't index.
I know the first thing people are going to suggest is that it is a server issue, but I am running this site on two completely different servers (one mac, one linux) and all the other sites on those servers run cron with no problem (and those sites have many more nodes and modules installed). It's also not a server load issue since one of the servers is used only for testing and is not accessible to the web.
Any assistance would be greatly appreciated. I've been up all night trying to get this resolved for my client, and I'm out of ideas.
Comments
#1
One thing I should add is that feed content is getting indexed, but the search is not working for words that I can see in the search index table.
#2
I too, am having issues with feed indices. I can click on an individual feed and see the time stamp, then navigate to the Feeds or Search tab and not see the article in the entry. The specific feed in question was retrieved from the net over 5 hours ago. Several other feeds offer similar results. No special characters are entered in the feed titles or url.
#3
HI there,
Has anyone managed to get a solution for this problem? I'm having a similar problem after updating drupal form 6.x1.1. to 6.x1.2.
Thx.
V
#4
I found similar problems, where in some circumstances, the Search did not return anything, while in other circumstances, the same search actually did.
It seems the search function is context dependent (dependent from which menu you go to the search).
What solved my problem is, in /admin/build/menu-customize/features , configure the "search" option "Persistant URL behavior" as "discard"...
Maybe that is your problem?