aboutsummaryrefslogtreecommitdiffstats
path: root/doc/AdvancedSearch.md
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 /doc/AdvancedSearch.md
parent58f307676be475426ee42936eb5a27135b128d6a (diff)
downloadvolse-hubzilla-e1e107e4241bb0dfd5c8af7d7c4b9db8c5d0ce5d.tar.gz
volse-hubzilla-e1e107e4241bb0dfd5c8af7d7c4b9db8c5d0ce5d.tar.bz2
volse-hubzilla-e1e107e4241bb0dfd5c8af7d7c4b9db8c5d0ce5d.zip
advanced directory search help file
Diffstat (limited to 'doc/AdvancedSearch.md')
-rw-r--r--doc/AdvancedSearch.md55
1 files changed, 55 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
+
+
+
+
+
+