Project

General

Profile

Feature #2667

Tweaks to 2618

Added by Ram Kordale about 2 years ago. Updated over 1 year ago.

Status:
Closed
Priority:
Urgent
Assignee:
Target version:
Start date:
10/25/2022
Due date:
10/26/2022
% Done:

100%

Estimated time:
2.00 h

Description

ES matches search terms in section names, content etc based on settings.

With 2618 fix, when ES matches a section name, it removes results where the actual match is in section name at level D1 which is not at the deepest (leaf) level. This results in undesired user experience such as the example below.

Select 'Python 3 Doc: All' and search for "pop". No entries are returned. Ideally, 15 top entries should be returned.

So, the required change is as follows: instead of removing entries with match in non-leaf section name, move them lower in search result order.

For example, if there are results s1,s2,s3,s4,...,sk,sl,...sn. For simplicity, suppose all odd results have match in leaf section name and suppose n is even. Then, the results will be reordered to s1,s3,s5,...,sn-1,s2,s4,s6,...,sn. Note that ordering between all odd entries and even entries are maintained. However, all even entries are placed after all the odd entries. As usual, the top 15 entries from the above entries will be shown to the user.

#1

Updated by Venmuhilan B about 2 years ago

  • Status changed from New to In Progress
  • Assignee set to Venmuhilan B
#2

Updated by Venmuhilan B about 2 years ago

  • % Done changed from 0 to 90
#3

Updated by Ram Kordale about 2 years ago

  • Description updated (diff)
  • Status changed from In Progress to New
  • Assignee deleted (Venmuhilan B)
  • % Done changed from 90 to 0
#4

Updated by Ayush Khandelwal about 2 years ago

  • Due date set to 10/26/2022
  • Assignee set to Venmuhilan B
  • Estimated time set to 2.00 h
#5

Updated by Venmuhilan B about 2 years ago

  • Status changed from New to Resolved
  • % Done changed from 0 to 100
#6

Updated by Venmuhilan B about 2 years ago

  • Status changed from Resolved to Feedback
  • Assignee changed from Venmuhilan B to Ayush Khandelwal
#7

Updated by Ayush Khandelwal about 2 years ago

  • Assignee changed from Ayush Khandelwal to Ram Kordale
#8

Updated by Ram Kordale over 1 year ago

  • Status changed from Feedback to Closed

Also available in: Atom PDF