Abhishek Vij

Results 2 issues of Abhishek Vij

The bug is in function "_join_and_print_analytics_results" the current code block is df_results = df_results.reset_index(drop=True) df_results = df_results.head(n=100) df_results = df_results.sort_values(by=sort_field, ascending=True) The code should be df_results = df_results.sort_values(by=sort_field, ascending=False) df_results...

**Describe the bug** I'm trying to run Nominatim v4.0 with postgresdata from backup and I am facing following Postgres problem on startup: **To Reproduce** Steps to reproduce the behavior: ```...

bug