I am having difficulty with search result in Drupal.
When searching pages, the result will include some CCK fields as well!
For instance I have a date field set using CCK and that is visible in the search result as well!
I'm just wondering if somebody has done something similar to what I hope to achieve.
As a background, I am getting a big XML document and
I wanted to split this document into multiple mini-XMLs.
How can I programmatically create nodes for each mini-XML block and
save them into the db?
I have an interesting problem. It has to do with the core aggregator module. I have it gathering the rss news from CNN.com and then a block that display the latest 5 posts. It refreshes every half hour and works wonderfully except for the block seems to reset itself. The block just disappears off of the page everyday and I have to go in and manually reset the block so it displays on the main page.