Jump to content

search result limit


EduardoSantos

Recommended Posts

EduardoSantos
On searching by "Bach" I get results grouped by artists, albums, musics and people.
 
The group "albums" exhibits 24 items.
It occurs, though, there are more than 24 albums containing the word "Bach" as title.
Emby will even find them if I extend the search term as to narrow the result.
For instance, if I search for "Bach: K", album results contains only one item ("Bach: Kantaten") which was not included as the "Bach" result.
I wonder if maybe this is a known limit on the result screen.
I understand the UI simply cannot handle an infinite number of items. 
If this is the case, could we have some assertiveness to inform there are results not shown?
And anyway, is there a means as to get all the search results?
 
I am running Emby Premiere 3.2.34.0

 

Link to comment
Share on other sites

Find a file called searchresults.js

Within that file look for an expression 

enableScrollX()?24:16

 

Make a copy of the searchresults.js file 

and then modify

enableScrollX()?384:16

 

As the scroll is tied to screen resolution use multiples of 8 appropriately

enableScrollX()?480:16

 

C:\Users\emby\AppData\Roaming\Emby-Server\System\dashboard-ui\scripts\librarybrowser.js
 
Change the two "return 100" lines to 500.
 
Restart the server, there is more than 24 baseball games in a given season, more seinfield, etc..
Edited by dee1
Link to comment
Share on other sites

Happy2Play

 

Find a file called searchresults.js

Within that file look for an expression 

enableScrollX()?24:16

 

Make a copy of the searchresults.js file 

and then modify

enableScrollX()?384:16

 

As the scroll is tied to screen resolution use multiples of 8 appropriately

enableScrollX()?480:16

 

C:\Users\emby\AppData\Roaming\Emby-Server\System\dashboard-ui\scripts\librarybrowser.js
 
Change the two "return 100" lines to 500.
 
Restart the server, there is more than 24 baseball games in a given season, more seinfield, etc..

 

 

But by doing that you have to do it with every server update. :( 

Link to comment
Share on other sites

  • 2 weeks later...
EduardoSantos

Emby Server was updated to 3.2.36.0.
There is still no means as to get a complete search result.

I understand @@Luke 's mentioned search improvement will not occur right now.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...