[Issue] Some workshops cannot be found through search engine
lgmorand opened this issue · 5 comments
https://github.com/microsoft/moaw/blob/main/packages/database/external.yml#L121
How can it be not listed ? even without the search engine
some other workshops are missing. something is wrong with building the DB
it seems that it comes from the lang filter but I don't have UI to change it.
Yes currently the language filter is implemented but the UI to switch languages and show the different available languages for a workshop is not built yet, that's something I need to work on. As a workaround, you can use this URL https://moaw.dev/catalog/?lang=all to display all workshops regardless of the language
Should the UI should consider language = "all" is not parameter is set ?
It's usually weird to see content listed which is not your primary languages (some workshop are in portuguese for example) and it would be a bit messy to have it as the default.
The 'all' value was added more as a temporary workaround for not having a built-in language selector.
Adding the language selector was next on my priority list, but unfortunately I have urgent requests on other projects that keeps adding, so I won't be able to work on that anytime soon