Introduction
Range queries let you find items with scores between two values. This helps when you want to filter or sort data by numbers like points or prices.
Finding all players with scores between 50 and 100 in a game leaderboard.
Getting products priced between $10 and $50 in an online store.
Listing events happening between two dates stored as timestamps.
Filtering movies with ratings between 7 and 9 stars.