Skip to content

Added Examples For Search & On_Search APIs For Languages#82

Open
joffinjoy wants to merge 2 commits intobeckn:draftfrom
joffinjoy:DSEP-Languages
Open

Added Examples For Search & On_Search APIs For Languages#82
joffinjoy wants to merge 2 commits intobeckn:draftfrom
joffinjoy:DSEP-Languages

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
Contributor

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.

3 participants