Skip to content
Georg Jähnig edited this page Dec 19, 2022 · 11 revisions

Debugging mode

Enter debugging mode with

In debug, all the processing will be done – but without the actual redirect. You will be able to see

  • which config and shortcut URLs are being fetched
  • whether they are found in the browser cache or not
  • how a query got matched.

I Edited a Shortcut, but It Has No Effect

This might be a caching issue.

First of all, make sure that data.trovu.net has updated the raw version of the shortcut file you edited. For example,

Then, you can either

  • call a query containing only reload.
  • call your query prefixed with reload:, e.g. reload:g foobar.

Both will cause your browser to reload the shortcut files from data.trovu.net.

If that did not help, try debugging mode (see above).

And if that did not help, clear your browser cache. There are extensions that make this easy, such as Clear Cache for Firefox or Clear Cache for Chrome.

Clone this wiki locally