July 4th Sale
Limited Time Deal: Unlock all premium questions for over 40% off
$10.42$6.25
10
:
09
:
26
:
01
Back to Dashboard
Multi File Word Search
Medium
Question
You are given a list of documents where each document has a name and a body of text. Given a search query word, find and return all documents that contain the word (case-insensitive), sorted by the number of occurrences in descending order. If two documents have the same count, sort by document name in ascending order. ...