Two minor bugs when connected to ETP server

Found a bug in "Everything"? report it here
Post Reply
oivindhr
Posts: 1
Joined: Mon Aug 17, 2020 8:52 am

Two minor bugs when connected to ETP server

Post by oivindhr »

1: When I'm connected to a ETP server the search terms are not bold in the search results.

2: I'm searching in a custom fillist where I always sort by the last modified date (descending). When I'm connected to the ETF server the sorting is reset back to file name when I start typing. This is quite frustrating.
void
Developer
Posts: 15251
Joined: Fri Oct 16, 2009 11:31 pm

Re: Two minor bugs when connected to ETP server

Post by void »

1: When I'm connected to a ETP server the search terms are not bold in the search results.
Highlighting is done server side.
Unfortunately, ETP does not support highlighting yet.
2: I'm searching in a custom fillist where I always sort by the last modified date (descending). When I'm connected to the ETF server the sorting is reset back to file name when I start typing. This is quite frustrating.
ETP does not support fast sorts yet.
Please try enabling always keep sort:
  • On the client PC, In Everything, type in the following search and press ENTER:
    /always_keep_sort=1
  • If successful, you should see always_keep_sort=1 in the status bar for a few seconds.
  • Please make sure any columns you use to sort on the client are indexed on the ETP Server for the best performance (path, size and date modified are enabled by default).

Please consider folder indexing.
Post Reply