<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Help</title><link>https://sourceforge.net/p/swiftsearch/wiki/Help/</link><description>Recent changes to Help</description><atom:link href="https://sourceforge.net/p/swiftsearch/wiki/Help/feed" rel="self"/><language>en</language><lastBuildDate>Tue, 04 Nov 2025 12:39:37 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/swiftsearch/wiki/Help/feed" rel="self" type="application/rss+xml"/><item><title>Discussion for Help page</title><link>https://sourceforge.net/p/swiftsearch/wiki/Help/?limit=25#a6a3</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;"Open Containing Folder" doesn't work when logged as a limited user local account even if it asks for Admin password when launching.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">-</dc:creator><pubDate>Tue, 04 Nov 2025 12:39:37 -0000</pubDate><guid>https://sourceforge.netda21040eafc8ef1c5274e75a0be3fe5b8605e0ed</guid></item><item><title>Discussion for Help page</title><link>https://sourceforge.net/p/swiftsearch/wiki/Help/?limit=25#32d0</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Would like to see more explanation of how to use REGEX feature. So far I have ham-fisted the following, but would like to learn more:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;starts Regular Expression search&lt;br/&gt;
\ escape charactor, means take next charactor special&lt;br/&gt;
    example \x20=(space) &lt;br/&gt;
        \x mean the hex ascii value&lt;br/&gt;
    or \ means &amp;lt;escape&amp;gt;&amp;lt;backslash&amp;gt; for directory boundary&amp;lt;/backslash&amp;gt;&amp;lt;/escape&amp;gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;anything starting with "python" ending with "exe" or "zip"&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;.&lt;em&gt;\python&lt;span&gt;&lt;span&gt;[^\]&lt;/span&gt;&lt;/span&gt;&lt;/em&gt;(exe|zip)\?&lt;br/&gt;
.&lt;em&gt;\ = anything preceding a slash&lt;br/&gt;
python = "python"&lt;br/&gt;
&lt;span&gt;&lt;span&gt;[^\]&lt;/span&gt;&lt;/span&gt;&lt;/em&gt; = anything NOT a slash&lt;br/&gt;
(exe|zip) = "exe" OR "zip"&lt;br/&gt;
\? = 0 or 1 slash &lt;/p&gt;
&lt;p&gt;.&lt;em&gt;\winx\&lt;br/&gt;
any directory named "WinX"&lt;br/&gt;
.&lt;/em&gt;  = anything&lt;br/&gt;
\  = slash escapes slash sets boundary as directory before&lt;br/&gt;
WinX    = exactly "winx"&lt;br/&gt;
\  = sets boundary as directory after&lt;/p&gt;
&lt;p&gt;.+apk&lt;br/&gt;
any file ending with apk&lt;br/&gt;
.(anything) +(1 or more) apk(string)&lt;/p&gt;
&lt;p&gt;.+apk.+&lt;br/&gt;
anything with apk in path&lt;/p&gt;
&lt;p&gt;.*apk\&lt;br/&gt;
any directory ending in apk&lt;/p&gt;
&lt;p&gt;(.&lt;em&gt;apk\|.&lt;/em&gt;gsm\)&lt;br/&gt;
any directory ending in apk or gsm&lt;/p&gt;
&lt;p&gt;(.&lt;em&gt;apk\|.&lt;/em&gt;gsm\)(.*ZIP)&lt;br/&gt;
any zip file in a directory ending in apk or gsm&lt;/p&gt;
&lt;p&gt;(.&lt;em&gt;apk\|.&lt;/em&gt;gsm\)(.*(zip|img|bin))&lt;br/&gt;
any zip, img or bin file in a directory ending in apk or gsm&lt;/p&gt;
&lt;/blockquote&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">-</dc:creator><pubDate>Wed, 20 Nov 2019 15:46:36 -0000</pubDate><guid>https://sourceforge.netd505b64725aca238d5b0ec4ecb6d2d8d7a301d4b</guid></item><item><title>Discussion for Help page</title><link>https://sourceforge.net/p/swiftsearch/wiki/Help/?limit=25#646f</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Would be nice to have some hotkeys to get to the different fields.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">-</dc:creator><pubDate>Tue, 05 Nov 2019 23:17:22 -0000</pubDate><guid>https://sourceforge.net57d3f67de0f57936d2de634c99ca70d38d80b82f</guid></item><item><title>Help modified by -</title><link>https://sourceforge.net/p/swiftsearch/wiki/Help/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v23
+++ v24
@@ -3,7 +3,7 @@
 My hope is that the program is intuitive enough not to need documentation for basic usage. 
 See the *Help* menu in the program for more advanced features.

-### Complex queries (multi-word AND, etc.)
+### Complex queries (AND, OR, etc.)

 If you have complex searches that you're not sure how to do, feel free to ask in the Discussions.  
 Most likely, the regular expresions syntax already lets you do what you want.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">-</dc:creator><pubDate>Wed, 23 May 2018 20:08:01 -0000</pubDate><guid>https://sourceforge.netd454b0d9befa59c2ef128761bb185edf0f2e973c</guid></item><item><title>Help modified by -</title><link>https://sourceforge.net/p/swiftsearch/wiki/Help/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v22
+++ v23
@@ -2,10 +2,23 @@

 My hope is that the program is intuitive enough not to need documentation for basic usage. 
 See the *Help* menu in the program for more advanced features.  
-If you have complex searches that you're not sure how to do, feel free to ask in the Discussions.
-For example, this [is](/p/swiftsearch/discussion/General/thread/4a85ce0f/#5f43/3c41) a **multi-word search** for *`John`* and *`Smith`*:
+
+### Complex queries (multi-word AND, etc.)
+
+If you have complex searches that you're not sure how to do, feel free to ask in the Discussions.  
+Most likely, the regular expresions syntax already lets you do what you want.
+
+[For example](/p/swiftsearch/discussion/General/thread/4a85ce0f/#5f43/3c41), here is a **multi-word search** for *`John`* AND *`Smith`*:

    &amp;gt;(?=.*John[^\\]*\\?$)(?=.*Smith[^\\]*\\?$).*
+
+To add another word `Frank`, insert `(?=.*Frank[^\\]*\\?$)` before the final `.*`.
+
+Similarly, here is a multi-word search for *`John`* OR *`Smith`*:
+
+   &amp;gt;.*(John|Smith).*
+
+To add another word `Frank`, insert `|Frank` after the `Smith`..

 ## Known issue(s)

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">-</dc:creator><pubDate>Wed, 23 May 2018 20:07:37 -0000</pubDate><guid>https://sourceforge.net4647d7f005e1651fda35c3765952795dfd409fe3</guid></item><item><title>Help modified by -</title><link>https://sourceforge.net/p/swiftsearch/wiki/Help/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v21
+++ v22
@@ -3,7 +3,7 @@
 My hope is that the program is intuitive enough not to need documentation for basic usage. 
 See the *Help* menu in the program for more advanced features.  
 If you have complex searches that you're not sure how to do, feel free to ask in the Discussions.
-For example, [this is](/p/swiftsearch/discussion/General/thread/4a85ce0f/#5f43/3c41) a **multi-word search** for *`John`* and *`Smith`*:
+For example, this [is](/p/swiftsearch/discussion/General/thread/4a85ce0f/#5f43/3c41) a **multi-word search** for *`John`* and *`Smith`*:

    &amp;gt;(?=.*John[^\\]*\\?$)(?=.*Smith[^\\]*\\?$).*

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">-</dc:creator><pubDate>Wed, 23 May 2018 20:00:50 -0000</pubDate><guid>https://sourceforge.netd75c1126c38fcdce4438bcff9119ee54f32c1af2</guid></item><item><title>Help modified by -</title><link>https://sourceforge.net/p/swiftsearch/wiki/Help/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v20
+++ v21
@@ -3,7 +3,7 @@
 My hope is that the program is intuitive enough not to need documentation for basic usage. 
 See the *Help* menu in the program for more advanced features.  
 If you have complex searches that you're not sure how to do, feel free to ask in the Discussions.
-For example, a **multi-word search** for *`John`* and *`Smith`* [can be done](/p/swiftsearch/discussion/General/thread/4a85ce0f/#5f43/3c41) via `(?=...)` as follows:
+For example, [this is](/p/swiftsearch/discussion/General/thread/4a85ce0f/#5f43/3c41) a **multi-word search** for *`John`* and *`Smith`*:

    &amp;gt;(?=.*John[^\\]*\\?$)(?=.*Smith[^\\]*\\?$).*

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">-</dc:creator><pubDate>Wed, 23 May 2018 20:00:37 -0000</pubDate><guid>https://sourceforge.net2f20f70f6600ffc86910aa27b61acb2f2dfc5279</guid></item><item><title>Help modified by -</title><link>https://sourceforge.net/p/swiftsearch/wiki/Help/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v19
+++ v20
@@ -3,7 +3,7 @@
 My hope is that the program is intuitive enough not to need documentation for basic usage. 
 See the *Help* menu in the program for more advanced features.  
 If you have complex searches that you're not sure how to do, feel free to ask in the Discussions.
-For example, a **multi-word search** for *`John`* **AND** *`Smith`* [can be done](/p/swiftsearch/discussion/General/thread/4a85ce0f/#5f43/3c41) via `(?=...)` as follows:
+For example, a **multi-word search** for *`John`* and *`Smith`* [can be done](/p/swiftsearch/discussion/General/thread/4a85ce0f/#5f43/3c41) via `(?=...)` as follows:

    &amp;gt;(?=.*John[^\\]*\\?$)(?=.*Smith[^\\]*\\?$).*

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">-</dc:creator><pubDate>Wed, 23 May 2018 19:59:39 -0000</pubDate><guid>https://sourceforge.net7e0d487d8493b86894741649047b8c6380143078</guid></item><item><title>Help modified by -</title><link>https://sourceforge.net/p/swiftsearch/wiki/Help/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v18
+++ v19
@@ -3,7 +3,7 @@
 My hope is that the program is intuitive enough not to need documentation for basic usage. 
 See the *Help* menu in the program for more advanced features.  
 If you have complex searches that you're not sure how to do, feel free to ask in the Discussions.
-For example, a **multi-word search** for *`John`* **AND** *`Smith`* can be done via `(?=...)` as follows:
+For example, a **multi-word search** for *`John`* **AND** *`Smith`* [can be done](/p/swiftsearch/discussion/General/thread/4a85ce0f/#5f43/3c41) via `(?=...)` as follows:

    &amp;gt;(?=.*John[^\\]*\\?$)(?=.*Smith[^\\]*\\?$).*

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">-</dc:creator><pubDate>Wed, 23 May 2018 19:59:07 -0000</pubDate><guid>https://sourceforge.netb905052ef4b4f22223cb9d696c401c1ddbbde2f3</guid></item><item><title>Help modified by -</title><link>https://sourceforge.net/p/swiftsearch/wiki/Help/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v17
+++ v18
@@ -3,7 +3,9 @@
 My hope is that the program is intuitive enough not to need documentation for basic usage. 
 See the *Help* menu in the program for more advanced features.  
 If you have complex searches that you're not sure how to do, feel free to ask in the Discussions.
-For example: **multi-word searches** can be performed via regexes as [described here](/p/swiftsearch/discussion/General/thread/4a85ce0f/#5f43/3c41).
+For example, a **multi-word search** for *`John`* **AND** *`Smith`* can be done via `(?=...)` as follows:
+
+   &amp;gt;(?=.*John[^\\]*\\?$)(?=.*Smith[^\\]*\\?$).*

 ## Known issue(s)

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">-</dc:creator><pubDate>Wed, 23 May 2018 19:58:41 -0000</pubDate><guid>https://sourceforge.net2824755ba2ebe130b80473a07787370de25d27ee</guid></item></channel></rss>