Hi,
I want to run the smart search indexer nightly to keep search results up to date etc. Is it possible to run a cron job to achieve this?
I have tried:
/usr/bin/wget -O /dev/null "https://mysite.com/index.php?option=com ... ndex.index" > /dev/null 2>&1
And also:
/usr/bin/php /mysite/httpdocs/cli/joomla.php finder:index
I can't find any guidence on how to do this that works on my site.
Any help would be greatly appreciated, also any suggestions on how many times it should be run for optimum performance.
Kind regards
I want to run the smart search indexer nightly to keep search results up to date etc. Is it possible to run a cron job to achieve this?
I have tried:
/usr/bin/wget -O /dev/null "https://mysite.com/index.php?option=com ... ndex.index" > /dev/null 2>&1
And also:
/usr/bin/php /mysite/httpdocs/cli/joomla.php finder:index
I can't find any guidence on how to do this that works on my site.
Any help would be greatly appreciated, also any suggestions on how many times it should be run for optimum performance.
Kind regards
Statistics: Posted by EmilyB — Sat Oct 19, 2024 3:14 pm