aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-03-08 23:18:34 -0800
committerfriendica <info@friendica.com>2014-03-08 23:18:34 -0800
commite1e107e4241bb0dfd5c8af7d7c4b9db8c5d0ce5d (patch)
tree2afff1806239a0bfa7c8d1fb0391619dc8f181c8
parent58f307676be475426ee42936eb5a27135b128d6a (diff)
downloadvolse-hubzilla-e1e107e4241bb0dfd5c8af7d7c4b9db8c5d0ce5d.tar.gz
volse-hubzilla-e1e107e4241bb0dfd5c8af7d7c4b9db8c5d0ce5d.tar.bz2
volse-hubzilla-e1e107e4241bb0dfd5c8af7d7c4b9db8c5d0ce5d.zip
advanced directory search help file
-rw-r--r--doc/AdvancedSearch.md55
-rw-r--r--doc/main.bb1
2 files changed, 56 insertions, 0 deletions
diff --git a/doc/AdvancedSearch.md b/doc/AdvancedSearch.md
new file mode 100644
index 000000000..8bcd5de69
--- /dev/null
+++ b/doc/AdvancedSearch.md
@@ -0,0 +1,55 @@
+Advanced Directory Search
+=========================
+
+
+Advanced Directory Search is enabled in "Expert Mode" from your Settings => Additional features page.
+
+On the Directory page an option named "Advanced" will apear in the "Find Channels" widget (typically in the sidebar). Clicking "Advanced" will open another search box for entering advanced search requests.
+
+Advanced requests include
+
+* name=xxx
+[Channel name contains xxx]
+
+* address=xxx
+[Channel address (webbie) contains xxx]
+
+* locale=xxx
+[Locale (typically 'city') contains xxx]
+
+* region=xxx
+[Region (state/territory) contains xxx]
+
+* postcode=xxx
+[Postcode or zip code contains xxx]
+
+* country=xxx
+[Country name contains xxx]
+
+* gender=xxx
+[Gender contains xxx]
+
+* marital=xxx
+[Marital status contains xxx]
+
+* sexual=xxx
+[Sexual preference contains xxx]
+
+* keywords=xxx
+[Keywords contain xxx]
+
+There are many reasons why a match may not return what you're looking for, as many channels do not provide detailed information in their default (public) profile, and many of these fields allow free-text input in any language which is difficult to match precisely.
+
+Requests may be joined together with 'and', 'or', and 'and not'.
+
+Terms containing spaces must be quoted.
+
+Example:
+
+ name="charlie brown" and country=canada and not gender=female
+
+
+
+
+
+
diff --git a/doc/main.bb b/doc/main.bb
index 7895931a9..634bb524c 100644
--- a/doc/main.bb
+++ b/doc/main.bb
@@ -23,6 +23,7 @@
[zrl=[baseurl]/help/bbcode]BBcode reference for posts and comments[/zrl]
[zrl=[baseurl]/help/checking_account_quota_usage]Checking Account Quota Usage[/zrl]
[zrl=[baseurl]/help/cloud_desktop_clients]Cloud Desktop Clients[/zrl]
+[zrl=[baseurl]/help/AdvancedSearch]Advanced Directory Search[/zrl]
[b]For Hub Administrators[/b]