Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Examples For Search & On_Search APIs For Languages #82

Open
wants to merge 2 commits into
base: draft
Choose a base branch
from

Conversation

joffinjoy
Copy link

Adding search and on_search examples for languages.

Based on these examples, we should be able to search for sessions using languages, and catalog should mention in which all languages each course or session is available in.

@ravi-prakash-v
Copy link
Collaborator

Schema is correct. But examples need minor corrections

tags : [
   {
       code: lang
       name: Language
       list: [
            {
               code: ENG
               name: English
            },
            {
               code: HIN
               name: Hindi
            }
        ]
    }
] 

@joffinjoy
Copy link
Author

joffinjoy commented Dec 19, 2022

Schema is correct. But examples need minor corrections

@ravi-prakash-v I have made this modification.

@emmayank
Copy link
Collaborator

emmayank commented Nov 3, 2023

Hi @ravi-prakash-v , shouldn't Hindi and English be values? rather than keeping them as code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants