Replies: 1 comment
-
Feature has been finished and merged into tnfsd and fujinet-firmware. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I started working on the search support for the TNFS, based on the patterns. It's mostly implemented in the
tnfsd
, but some small changes in the firmware and config are required too.The new feature is enabled by starting the filter with
!
, e.g.:will find all files, regardless of their parent directories, starting with the decathlon name (case insensitive). However, we may think about some other convention for enabling this feature in the config app.
The code is quite fresh and needs more testing, that's why the PRs are in the draft mode for now:
#844
FujiNetWIFI/tnfsd#16
FujiNetWIFI/fujinet-config#109
Beta Was this translation helpful? Give feedback.
All reactions