VIDA-NYU / domain_discovery_tool

This repository contains the Domain Discovery Tool (DDT) project. DDT is an interactive system that helps users explore and better understand a domain (or topic) as it is represented on the Web.
http://domain-discovery-tool.readthedocs.io/en/latest/index.html
GNU General Public License v3.0
47 stars 18 forks source link

repeated results pages (suspect this is a synchronization problem) #44

Closed julianafreire closed 7 years ago

julianafreire commented 7 years ago

Issued a "filter" query over pages already on Elastic Search. As a click on the next page, the same results are shown over different pages (see screenshots below -- note that the page numbers change--5,6,7, but the results are the same)

image image image

yamsgithub commented 7 years ago

SInce this was an artifact of a delayed response I now clear the old results and wait for the new pages.

Since pagination does sorting it could be slow for larger indexes.

Thanks Yamuna

On 16 June 2017 at 16:27, Juliana Freire notifications@github.com wrote:

Issued a "filter" query over pages already on Elastic Search. As a click on the next page, the same results are shown over different pages (see screenshots below -- note that the page numbers change--5,6,7, but the results are the same)

[image: image] https://user-images.githubusercontent.com/2118982/27243574-94705564-52b0-11e7-9e9a-4cfb706305bd.png [image: image] https://user-images.githubusercontent.com/2118982/27243590-a3d1aec2-52b0-11e7-80c1-dfb376537e6e.png [image: image] https://user-images.githubusercontent.com/2118982/27243601-adb4bd8a-52b0-11e7-810c-572a0e3af7dc.png

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/ViDA-NYU/domain_discovery_tool_react/issues/44, or mute the thread https://github.com/notifications/unsubscribe-auth/AD70JgcgvTG6scfyLxYXW0ASGvBcJRK9ks5sEuVEgaJpZM4N85im .

yamsgithub commented 7 years ago

This was fixed.