limiting the number of search term to 8. There was no limit before, but 8 words seems...
authortipaul <tipaul>
Fri, 10 Dec 2004 16:27:53 +0000 (16:27 +0000)
committertipaul <tipaul>
Fri, 10 Dec 2004 16:27:53 +0000 (16:27 +0000)
commit7de6ee8e755b637fa5f0cf9c3130a9d8882ec994
tree2c185259ba7e8dc534b2b6443a0f1be57cd95e11
parente2914a4499da78b33bdbd6897290bdbc82458e79
limiting the number of search term to 8. There was no limit before, but 8 words seems to be the upper limit mySQL can deal with (in less than a second. tested on a DB with 13 000 items)
In 2.4, a new DB structure will highly speed things and this limit will be removed.
FindDuplicate is activated again, the perf problems were due to this problem.
C4/Biblio.pm
C4/SearchMarc.pm