We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3e07a2 commit 939b858Copy full SHA for 939b858
README.md
@@ -34,6 +34,9 @@ first_lexical_entry = entry.lexicalEntries.first
34
filters = { lexicalCategory: 'Verb', domains: 'Art'}
35
client.entry(word: 'truth', dataset: 'en-gb', params: filters)
36
37
+# To have multiple values for a single filter use comma separated terms
38
+filters = { lexicalCategory: 'Verb,Noun' }
39
+
40
# You can also search for the results for different datasets
41
# Refer to the Oxford Dictionaries documentation for all the
42
# possible datasets
0 commit comments