o
Cronjob.de › Guides › Doofinder
Doofinder serves the search in your shop from its own index – not directly from your database. That index has to be rebuilt regularly. The plugin provides an address for this, and something has to call it. This guide shows how to have that done at a fixed interval.
Why at all
Doofinder shop search is fast because it does not query your database but a prepared index. The price: that index only knows the state of its last build. When prices, stock or articles change, the search only notices at the next reindex.
In practice your customer notices before you do: they search an article, find it, click – and land on a page with a different price or a note that it is gone. Anyone whose search still lists discontinued goods may be selling stock that disappeared long ago.
The reindex itself is just a call to an address. That is exactly the catch: something has to trigger it. A shop without its own server cron has no place for that – and nobody remembers to do it by hand every morning.
https://ihr-shop.de/plugins/ws5_doofinder/sync.php?action=reindexSetup
The AI does it faster
You do not have to transfer any of this by hand. Paste this guide – or the one for your own system – into the assistant, and Cronjob.de fills in address, method, schedule and headers. Where something is unclear it asks instead of guessing. At the end you see what was entered and create the job with one click.
Included in the free plan at no extra cost. You will find it after signing in under "Cronjobs" → "Create with AI".
Which address applies depends on your shop system. The three forms we see in practice:
JTL-Shop 5: https://your-shop.com/plugins/ws5_doofinder/sync.php?action=reindex JTL-Shop 4: https://your-shop.com/includes/plugins/jst_doofinder/sync.php?action=reindex Shopware: https://your-shop.com/doofinder/sync/reindex
Call the address yourself before turning it into a cronjob. A short confirmation or an empty page is correct. If the browser asks for a username and password, the reindex is password protected – this is common with Shopware and not an error. Note the credentials down, they go into the form two steps later.
Registration takes a minute and is free. Five cronjobs stay free forever; the first 14 days run on the Unlimited plan, including the call log with your shop's reply.
Enter the address and choose the interval. Hourly covers the normal case. If you maintain prices and stock several times a day, take every 15 minutes. If you know crontab syntax, type it directly – or let the AI assistant build the schedule from a single sentence.
0 * * * *
You can enter this expression at Cronjob.de exactly as it is – the schedule field understands crontab notation. But you do not have to know it: simply click the schedule together instead.
If the reindex is password protected, enter username and password in the two credentials fields of the cronjob form – not in the address. Special characters are no problem there. If you do enter them as user:password@your-shop.com, we move them into those fields automatically when you save.
Enter an email address for error messages. If the reindex stops working because the plugin was renamed by a shop update or the server does not answer, you hear about it straight away – not when a customer complains about wrong prices.
What the five fields of an expression like */5 * * * * mean is explained in the crontab reference – with examples and the most common pitfalls. You can build the expression in the crontab generator. Whether you need an outside service at all is shown in the comparison of the three ways.
Verification
In your Doofinder account you can see when the index was last built and how many articles it holds. The Cronjob.de call log shows every call with status and runtime alongside. Both should keep moving at the same rate. A good counter-test: change a price in the shop and search for the article after the next reindex – if the new price shows, the chain works.
FAQ
401 with WWW-Authenticate: Basic, often with a realm such as IntediaDoofinder. Enter username and password in the credentials fields of the cronjob and the call goes through. The credentials come from the Doofinder plugin configuration in your shop backend – if you do not run the shop yourself, your agency has them.@ cause no trouble there, and the password does not end up in logs or error emails. If you do enter it as user:password@your-shop.com, we move it into those fields when you save./includes/plugins/jst_doofinder/ becomes /plugins/ws5_doofinder/. Adjust the address in the cronjob and it runs again. With notifications switched on you notice this the same day.Cronjob.de
in the user agent. Ask your host for an exception for it; that is more reliable than allowing IP addresses, because ours can change. Addresses and details in the FAQ.
Create an account, enter the address, click the schedule. Five cronjobs are free forever, the first 14 days run on the Unlimited plan.
Start for free See pricingMore guides
Official documentation of Doofinder
The details about Doofinder come from their own documentation, as of September 2026. Please check there whether anything has changed since. Doofinder is a trademark of its respective owner. This guide comes from Cronjob.de and has no business relationship with that provider.