Skip to content
This repository has been archived by the owner on Jul 25, 2018. It is now read-only.

Project list: filter use results in lists limited to 25 entries #221

Closed
mcjaeger opened this issue Aug 31, 2016 · 3 comments · Fixed by #233
Closed

Project list: filter use results in lists limited to 25 entries #221

mcjaeger opened this issue Aug 31, 2016 · 3 comments · Fixed by #233
Assignees
Labels
Milestone

Comments

@mcjaeger
Copy link
Contributor

mcjaeger commented Aug 31, 2016

(requires testing because seen in commit version 32780d3). If the project filter is applied with a group value (formerly department), then the resulting listing is limited to 25 entries (although there are many more entries).

@mcjaeger mcjaeger added the bug label Aug 31, 2016
@mcjaeger mcjaeger added this to the 1.5 milestone Aug 31, 2016
bs-jokri pushed a commit to boschglobal/sw360portal that referenced this issue Sep 7, 2016
* has effect on bdp-import view and on
* vulnerability details view of projects, components, releases when updating vulnerabilites by cve search
@heydenreich heydenreich self-assigned this Sep 13, 2016
@heydenreich
Copy link
Contributor

heydenreich commented Sep 13, 2016

Testing confirms the above finding for all filters. Whenever a filter is applied, only 25 documents are found.
This is the case for projects and components.

@heydenreich
Copy link
Contributor

The limit on the number of results that couchdb-lucene returns can be set in build-configuration/resources/couchdb.properties . E.g. setting the limit to 100 can be done by adding
lucenesearch.limit = 100 to the mentioned file.

If the limit is not set, the default of 25 applies. This was the case so far.

Which limit is a good one to use?

@heydenreich
Copy link
Contributor

Michael's suggestion lucenesearch.limit = 150
-> test this limit in a system with many documents to see whether the speed is ok

heydenreich added a commit that referenced this issue Sep 14, 2016
* get a maximum of 150 results when using the filter in project and component portlet
* has to be tested: is speed still ok?
* closes #221 if speed is ok
heydenreich added a commit that referenced this issue Sep 19, 2016
* get a maximum of 150 results when using the filter in project and component portlet
* has to be tested: is speed still ok?
* closes #221 if speed is ok
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants