Latest uploaded news can't be search,
it always need to run cron first then the news can be search.

How to fix this?

Comments

WorldFallz’s picture

there's nothing to fix.... that's correct behavior. Content is indexed for searching during cron on purpose.

andersin88’s picture

what is the meaning Content is indexed for searching?

everytime the news uploaded, website must run cron once time?

joemoraca’s picture

"everytime the news uploaded, website must run cron once time?"

correct - maybe more than once if there is a lot of "news"

admin/config/search/settings shows the status of the search indexing

shyamsukhamit’s picture

why not make a rule to run a cron after each post !!

WorldFallz’s picture

seriously? because not every site wants (or can handle) that.

andersin88’s picture

where to set this?

vm’s picture

in the rules.module however doing so is not prudent. You should set up a cron job on the server to run every 15 mins. If multiple users save nodes cron will fire too often and likely get stuck.