couchbaselabs / couchbaselabs/try-cb-java
reduce s.day range by 1
Open
- Dominant language
- Java
- Stars
- 56
- Forks
- 36
- PR merge metrics
- No merged PRs in 30d
Description
When n1ql query has s.day = 7 - there are no flights returned. Decrement the value to start at 0 and it works fine.
Contributor guide
No contributing guide indexed for this repository
Research direction
Search the Java application for the N1QL query containing s.day = 7 and inspect how the day range is constructed. Adjust the range to start at 0 as described, then run the travel-sample query or application flow and confirm that flights are returned for the affected case.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- databases
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100