If I set "followLinks=1" in recoll.conf, "recollindex" will follow symlinked files and index their contents.
However, if it finds a symlink that's a directory, it will create a single document for the directory, but not recurse into that directory, even if I have "-r" set.
Is there an easy workaround to make recollindex index everything that "find dir -follow" would find?
I can think of some ugly workarounds (including "find dir -follow" itself), but is there an easier way?