First of all, if the move list was all messed up using inline mode,

This version fixed it. Sorry about that.
Second, I am happy to present a new command that searches the move list! It's still work in progress, but basically you can do the following:
- Type /s Nd5 and Enter in Analysis/Study - it will find all the moves that have Nd5 as a move or in the comments
- Type /s r2qkb1r/ppp1pppp/2n5/2npP2b/5P2/3P3P/PPP1N1P1/R1BQKBNR and it will find the moves with that FEN
- Type /s e4 e5 Nf3 and it will find the Nf3 move preceded by e4 and e5
Wildcards like * and ? are supported (replacing content of any length or just one single character, respectively), so you can do stuff like /s 2?5 and it will find all positions where you have one rank with just a piece on the third file. (and a lot of other stuff containing a 2 followed by one character, then a 5 ':-) )
At the moment I am trying to find a good solution for mobiles. While it works fine, it's probably very awkward to go to the magnifying glass and type /s and then Enter. On the other hand not a lot of space for adding a button for this. Any suggestions?
First of all, if the move list was all messed up using inline mode,

This version fixed it. Sorry about that.
Second, I am happy to present a new command that searches the move list! It's still work in progress, but basically you can do the following:
1. Type **/s Nd5** and Enter in Analysis/Study - it will find all the moves that have Nd5 as a move or in the comments
2. Type **/s r2qkb1r/ppp1pppp/2n5/2npP2b/5P2/3P3P/PPP1N1P1/R1BQKBNR** and it will find the moves with that FEN
3. Type **/s e4 e5 Nf3** and it will find the Nf3 move preceded by e4 and e5
Wildcards like * and ? are supported (replacing content of any length or just one single character, respectively), so you can do stuff like **/s 2?5** and it will find all positions where you have one rank with just a piece on the third file. (and a lot of other stuff containing a 2 followed by one character, then a 5 ':-) )
At the moment I am trying to find a good solution for mobiles. While it works fine, it's probably very awkward to go to the magnifying glass and type /s and then Enter. On the other hand not a lot of space for adding a button for this. Any suggestions?