Using wildcard for the first search word does not work · Issue #6 · RobinMeis/Siri-API · GitHub
Skip to content

Using wildcard for the first search word does not work #6

Description

@xena68

I tried to use wildcards[0] to reflect "open" or "close" with this keyword statement, however, it does not work. I suspect the problem is using "*" as the first search phrase.

self.keywords.append({'find': [['*', 'the', 'garage']], 'call': 'garage'})

Metadata

Metadata

Assignees

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions