cosmos-search
cosmos-search copied to clipboard
Not getting all matching results when searching
Hello everybody,
I'd like to thank you for your work. I submit here my first issue in this repository.
I'm submitting a ...
- [x] bug report
- [ ] feature request
Description:
I have tried to search for round robin in Cosmos search.
Expected Behavior:
All implementations of round robin in Cosmos.
Actual Behavior:
Getting just two implementations instead of three. Here are the implementations, the first one isn't appearing.
Steps to Reproduce:
- Enter round robin in Cosmos search.
Would you like to work on this issue?
- [x] Yes
- [ ] No
The implementation which is not displayed isn't there in metadata.json
file.
In json file it should be something like:
"operating_system/round_robin_scheduling": ["round_robin_c/round_robin.c", "round_robin_scheduling.cpp","round_robin_scheduling.java"]
In metadata.json
it is like:
"operating_system/round_robin_scheduling":["round_robin_scheduling.cpp","round_robin_scheduling.java"]
I guess metadata.json
has to be changed.
Yes, the metadata is expected to update automatically.
It looks like as the app goes to sleep after a period of inactivity, the update is failing.
Actually correct metadata is not being generated due to the folder structure. See #54.
I would like to work on this issue .