Comment 4 for bug 1694171

Revision history for this message
Mahara Bot (dev-mahara) wrote : A change has been merged

Reviewed: https://reviews.mahara.org/7913
Committed: https://git.mahara.org/mahara/mahara/commit/1bbc75e1f34de2b5152a03ea6705850c91e6a2ba
Submitter: Robert Lyon (<email address hidden>)
Branch: master

commit 1bbc75e1f34de2b5152a03ea6705850c91e6a2ba
Author: Robert Lyon <email address hidden>
Date: Thu Aug 3 14:05:57 2017 +1200

Bug 1694171: Fixing up outstanding issues for v5.0

This patch will sit above Geralds one to sort out last minute things
including:

- upgrade compatibility
-- Will need to compare current elasticsearch version with compatible
version and alert about problems
-- Will allow one to set the shards/replicas as part of config
-- alert the cluster health (non green) status and unallocated replica
shards

- Allow empty search query to return all related results
- Allow collections to record / search on collection tags
- Index group access correctly
- Get correct results to display for each tab rather than all results
bunched together
- Allow highlight on description field

- Add a basic behat test
- removed the built in docs/ and tests/ dirs as well as the phpunit
test files

Change-Id: I09b4eaf502a8400499debde2ff1d2a5316f20fbf
Signed-off-by: Robert Lyon <email address hidden>