Ghini / server

ghini reloaded - merging desktop & web
http://tanager.ghini.me
GNU Affero General Public License v3.0
2 stars 2 forks source link

query should not return repeated items #70

Closed mfrasca closed 5 years ago

mfrasca commented 5 years ago

consider the queries: accession where id in [278 422 423 424 425 426 427 428 429 430 431 434 435 436 437 438 440 441 442 443 444 445 446 447 448 450 1738 1046 432 1502 1857 561 598 1056 1100 1075 2402 439 1859] and taxon where accessions.id in [278 422 423 424 425 426 427 428 429 430 431 434 435 436 437 438 440 441 442 443 444 445 446 447 448 450 1738 1046 432 1502 1857 561 598 1056 1100 1075 2402 439 1859] they return the same amount of objects, while the second only contains 6 different objects.