Beit-Hatfutsot / dbs-front

Frontend code for http://dbs.bh.org.il
GNU Affero General Public License v3.0
10 stars 13 forks source link

Old versions of trees should not be searched in or displayed results from. #464

Open TheGrandVizier opened 6 years ago

TheGrandVizier commented 6 years ago

Reproduce:

  1. Search for Tovae Gitel Kurtz in general search
  2. Go to tree results

Expected result:

  1. Only one Tovae Gitel Kurtz is available in results.

Actual result:

  1. Two Tovae Gitel Kurtz results are available.
  2. One of the results leads to an older version of a tree, indicated by the 0 in the URL:

Old URL: https://dbs.bh.org.il/person/9326/0/I2469 New URL: https://dbs.bh.org.il/person/9326/1/I2469

We should only ever return the newest version.

OriHoch commented 6 years ago

related backend issue: Beit-Hatfutsot/dbs-back#219