]> git.evergreen-ils.org Git - working/Evergreen.git/commit
Change the interface to doFieldMapperSearch(), and reap some performance
authorscottmk <scottmk@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Sat, 4 Jul 2009 19:01:35 +0000 (19:01 +0000)
committerscottmk <scottmk@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Sat, 4 Jul 2009 19:01:35 +0000 (19:01 +0000)
commit95ca13d5cb9fe7c62945455dafbdf0cbfe6dfd53
treec64582729cea6e6817f1dc9f307317ecf205e2fc
parentbd4af05e82e8367446e2965d415c81758e3ab28e
Change the interface to doFieldMapperSearch(), and reap some performance
gains that this change makes possible.

Instead of passing the query as two jsonObjects wrapped in a JSON_ARRAY,
pass them as separate parameters.  This change makes it possible to
avoid the overhead of constructing a single package to bundle them both.

The resulting code is also, to my eyes, easier to read.

git-svn-id: svn://svn.open-ils.org/ILS/trunk@13499 dcc99617-32d9-48b4-a31d-7c20da2025e4
Open-ILS/src/c-apps/oils_cstore.c