since the home volumes are dynamic, the OPTION_SPOTLIGHT flag is set for them, which means that the if (obj.options.flags & OPTION_SPOTLIGHT) condition evaluates to false in netatalk.c and the localsearch indexer not started
in addition, the homes basedir is not added to the localsearch database of dirs to index (e.g. /etc/dconf/db/netatalk.d/10-spotlight )
since the home volumes are dynamic, the OPTION_SPOTLIGHT flag is set for them, which means that the
if (obj.options.flags & OPTION_SPOTLIGHT)condition evaluates to false in netatalk.c and the localsearch indexer not startedin addition, the homes basedir is not added to the localsearch database of dirs to index (e.g.
/etc/dconf/db/netatalk.d/10-spotlight)