Feature #2128
Support for "<Subject>: All" in 'search books' box
Description
For every subject s, please add "s: All" as an entry in the subject drop down.
When we click on the 'search books' box, show all the ": ALL" entries on top in alphabetical order. So, if we add javascript documents to the current set of documents, we should see 'Javascript Doc: All' followed by 'Python 3 Doc: All'.
When user types letters in the 'search books' box, we show all books that match with the letters typed. Going forward, please ensure the top entries are ":All" entries. So, if user types p, we show 'Javascript Doc: All' followed by 'Python 3 Doc: All'. When user types py, we show 'Python 3 Doc: All' followed by all the Python 3 documents like Tutorial, Lib ref etc.
If user selects "s: All", the books part of the URL should become 's*'. If user selects "Python 3 Doc: All", the books part of the URL should become 'python-3-doc*'.
Updated by Ram Kordale almost 3 years ago
- Subject changed from Show "Python 3: All Docs" in learn/docs instead of a long list to Support for "<Subject>: All" in 'search books' box
- Description updated (diff)
Updated by Ayush Khandelwal almost 3 years ago
- Due date set to 02/22/2022
- Assignee changed from Ayush Khandelwal to Rishabh Sharma
- Estimated time set to 3.00 h
Updated by Rishabh Sharma almost 3 years ago
- Status changed from In Progress to Resolved
- % Done changed from 0 to 100
Updated by Ayush Khandelwal almost 3 years ago
As per the discussion with the Ram sir, let us hardcode the subject for canonical url as "python-3*" for all the books which is having subject "Python 3 Doc"
Updated by Rishabh Sharma almost 3 years ago
- Status changed from Resolved to Feedback
- Assignee changed from Rishabh Sharma to Ayush Khandelwal
Updated by Ayush Khandelwal almost 3 years ago
- Status changed from Feedback to Reopened
- Assignee changed from Ayush Khandelwal to Venmuhilan B
Not working for deletion and new ingestion.
Updated by Ayush Khandelwal almost 3 years ago
- Status changed from In Progress to Feedback
- Assignee changed from Venmuhilan B to Ram Kordale
Updated by Ayush Khandelwal almost 3 years ago
- Assignee changed from Ram Kordale to Ayush Khandelwal
Updated by Ayush Khandelwal over 2 years ago
- Assignee changed from Ayush Khandelwal to Ram Kordale
Updated by Ayush Khandelwal over 2 years ago
- Assignee changed from Ram Kordale to Ayush Khandelwal
Updated by Ayush Khandelwal over 2 years ago
- Assignee changed from Ayush Khandelwal to Ram Kordale
Working as expected