mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #04890
[Bug 799591] A change has been merged
Reviewed: https://reviews.mahara.org/351
Committed: http://gitorious.org/mahara/mahara/commit/5bc6c5d3c46777b6de99ca46fbd47986ac7f4536
Submitter: Richard Mansfield (richardm@xxxxxxxxxx)
Branch: master
commit 5bc6c5d3c46777b6de99ca46fbd47986ac7f4536
Author: Richard Mansfield <richard.mansfield@xxxxxxxxxxxxxxx>
Date: Tue Jun 21 09:46:12 2011 +1200
Change interpretation of admin user search query (bug #799591)
In admin user search, in the internal search plugin, use similar behaviour
to ordinary user searches: Join search terms by "AND", search quoted phrases
within a single field, respect the exact searches setting in the internal
search plugin configuration.
Change-Id: I41de40ce0f74c50c08da9ced9edeb29021865aa3
Signed-off-by: Richard Mansfield <richard.mansfield@xxxxxxxxxxxxxxx>
--
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
https://bugs.launchpad.net/bugs/799591
Title:
User search query strings are interpreted differently on some pages
Status in Mahara ePortfolio:
Confirmed
Bug description:
Changes to the user search query parsing have left admin,
institutional admin, and group members searches inconsistent.
The current behaviour of admin & group searches is to take the search
terms and combine them with OR, with the one exception that two terms
in a quoted phrase are interpreted as a search for "firstname
lastname".
We should change them to be the same as the new general user search:
search terms are combined with AND; quoted phrases can search for
multiple words together inside a single field ("van Gogh"); and the
search respects the "exact user searches" checkbox in the internal
search plugin config.
To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/799591/+subscriptions
References