mirror of
https://github.com/nushell/nushell.git
synced 2024-11-22 16:33:37 +01:00
e9508b578a
# Description <!-- Thank you for improving Nushell. Please, check our [contributing guide](../CONTRIBUTING.md) and talk to the core team before making major changes. Description of your pull request goes here. **Provide examples and/or screenshots** if your changes affect the user experience. --> Trying to fix #9394. The problem with PR #9159 seems to be when searching for multiple terms, each term is checked against the original values. It outputs a new value for each such check, thus introducing replication for each search term. As a result, it works fine with num of search term = 1. |
||
---|---|---|
.. | ||
commands | ||
format_conversions | ||
main.rs |