mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #13547
[Bug 1225821] A change has been merged
Reviewed: https://reviews.mahara.org/2497
Committed: http://gitorious.org/mahara/mahara/commit/203f3473c83cdecc7d7f3e0de56f99ff1a3679ee
Submitter: Robert Lyon (robertl@xxxxxxxxxxxxxxx)
Branch: master
commit 203f3473c83cdecc7d7f3e0de56f99ff1a3679ee
Author: Aaron Wells <aaronw@xxxxxxxxxxxxxxx>
Date: Mon Sep 16 12:57:27 2013 +1200
Elasticsearch: Respect "deleted" flags on elasticsearch indexed data
Bug 1225821: These elasticsearch types weren't respecting the
"deleted" flag on their source table:
- group
- interaction_forum_post
- interaction_instance
Change-Id: I39d0b0c83db2384875753113b51b94cf1c29d304
--
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