mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #13465
[Bug 1225821] Re: Elasticsearch plugin not removing deleted groups
>From looking at the code, I noticed the same problem was likely to occur
for forum posts, which also use a "deleted" flag rather than true
deletion. The "usr" table also uses a deleted flag, but the code was
already fully respecting it.
--
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1225821
Title:
Elasticsearch plugin not removing deleted groups
Status in Mahara ePortfolio:
In Progress
Bug description:
The Elasticsearch search plugin is not filtering out deleted groups,
either during initial indexing or during subsequent updates. This is
because, rather than deleting items from the group table, we use a
group.deleted flag, and ElasticsearchType_group doesn't respect that
flag.
To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1225821/+subscriptions
References