Comment 4 for bug 271306

Revision history for this message
Kapis (capiscuas) wrote : Re: "Search By Name" does not always work

The reason of that is the no-pagination treatment from SD yet.

For the example of Flashdance, we can see that the site returns 2 pages, but SD only display the subtitles of the 1st page.

See here:
http://www.opensubtitles.org/en/search/imdbid-85549/sublanguageid-all/xml
The part where it says:
<index>
<div id="pager"><div class="pager-list"><strong>1</strong><a href='/en/search/imdbid-85549/sublanguageid-all/xml/offset-40'>2</a><a href='/en/search/imdbid-85549/sublanguageid-all/xml/offset-40'>&gt;&gt;</a></div></div>
</index>

My idea is to show in the dialog something like "Retrieving page X of XX", this dialog not modal, so the user can start using the results of the already loaded pages.

Any suggerences marco?