cosmos-search icon indicating copy to clipboard operation
cosmos-search copied to clipboard

Not getting all matching results when searching

Open abdouskamel opened this issue 7 years ago • 4 comments

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

abdouskamel avatar Feb 01 '18 22:02 abdouskamel

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.

sarvanideekshitula avatar Feb 07 '18 02:02 sarvanideekshitula

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.

AdiChat avatar Feb 10 '18 12:02 AdiChat

Actually correct metadata is not being generated due to the folder structure. See #54.

ankan17 avatar Feb 16 '18 20:02 ankan17

I would like to work on this issue .

anjalijaiswal08 avatar Feb 19 '18 17:02 anjalijaiswal08