WildPHP / module-aggregator

Data aggregation module for WildPHP. Allows users to search through various data sources.
MIT License
0 stars 0 forks source link

Search fails with more than 3 words #1

Closed Oldiesmann closed 7 years ago

Oldiesmann commented 7 years ago

Trying to search Wikipedia, AUR, etc. with more than three words fails with an "Invalid parameters" error.

<Oldiesmann> !w Red Fish Blue Fish
<Botergos> Invalid arguments. Please check !cmdhelp w for usage instructions.
NanoSector commented 7 years ago

Affected line: https://github.com/WildPHP/module-aggregator/blob/master/src/Aggregator.php#L83

Command should accept unlimited parameters. Will be fixed when implementing the new commands structure.

NanoSector commented 7 years ago

Fixed with new commands structure. Code will be up later, no plans for release yet.