You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
implemented getting the full indexlist instead, including excludes via regexp (idxlist_uri, fetch_indexlist, -I)
implemented function calls failing (rc = -1) instead of interpreting rc = 0 as an error (which it is not when an index-query returns 0 entries on a readable ES index)
in case an index has blocks->write=true set, we temporarily set it to false, do our dupe deleting and set it back to what it was before our changing it (settings_uri, allsettings_uri, fetch_allsettings, set_index_writable)