Open GoogleCodeExporter opened 9 years ago
Status:
* Search box: Done and working using "or" searches between columns. CSS /
markup tweaking in progress.
* Memory: ToDo.
* Prepend all: Done.
* Dev/Plugin/compatibility interaction: Done, in testing.
* Integer search fixed courtesy of (e.g.) "convert(on_frontpage, char)" in
critsql.
Original comment by stefdawson
on 21 Dec 2012 at 3:16
Unsure if search can be improved to be more natural. For example, on the Users
panel, searching for "publish" does *not* return all publisher accounts,
whereas searching for "1" does because publisher accounts have privs '1'. This
is counter-intuitive from an end-user perspective and unnecessarily exposes
internal features of the database storage methods.
It's a feature of the fact the search maps what is searched on a one-to-one
basis with the database. Perhaps search abstraction as part of a DB wrapper
will allow intelligent conversion of typed-text-to-DB-data so more 'human'
searches become possible more easily.
Original comment by stefdawson
on 21 Dec 2012 at 3:23
Original issue reported on code.google.com by
stefdawson
on 21 Dec 2012 at 3:11