Ticket #1494 (new defect)

Opened 3 years ago

Last modified 3 years ago

Search results page in Directories return only 4 pages of results

Reported by: div Assigned to: fguillaume
Priority: P1 Milestone: CPS 3.5.0
Component: CPSDirectory Version: 3.4.0
Severity: normal Keywords:
Cc:

Description

see the title

Change History

03/02/06 14:47:28 changed by ogrisel

There is a harcoded "sort_limit=100" in search.py. I think this is wise as long as we rely upon on the ZCatalog implementation.

Once WebLucene? (with builtin batching support) is integrated in CPS, we might remove that limit and refactor the search result template.

03/02/06 14:53:06 changed by div

Actually, the directories doesn't use search.py. The limit is in the getBatchList.py.

I don't think it's ok to now show all the members in the directories, even if it implies a slower performance on searching.

05/16/06 15:33:19 changed by sfermigier

  • milestone changed from CPS 3.4.1 to CPS 3.4.2.