v1.0.3.4 is an important update for anyone who intends to make serious use of the program, as all Search functionality is now handled on a background thread that will not tie up the UI and make it become unresponsive. Because the files being searched are relatively small, the delay while searching a handful of files is only on the order of milliseconds, but for anyone who uses the program long-term and accumulates hundreds of files, the UI would begin to show unresponsiveness without the changes I've made. Now, you could continue to read an article or enter data into a new file while a Search is running in the background, and a messageBox will alert you when the Search completes.
Also, I eliminated a bug in the Search code.