diff options
author | Haakon Meland Eriksen <haakon.eriksen@far.no> | 2014-03-11 22:49:26 +0100 |
---|---|---|
committer | Haakon Meland Eriksen <haakon.eriksen@far.no> | 2014-03-11 22:49:26 +0100 |
commit | 843cef99ea9be9eea0df49ba6a35090f4e8c61f6 (patch) | |
tree | 02223ae05bbe069d9ea00b5c2d30bdaf5b23e83c /doc/nb-no/AdvancedSearch.md | |
parent | 5894a7db48179a1ff8752c7fdd264194f1297316 (diff) | |
download | volse-hubzilla-843cef99ea9be9eea0df49ba6a35090f4e8c61f6.tar.gz volse-hubzilla-843cef99ea9be9eea0df49ba6a35090f4e8c61f6.tar.bz2 volse-hubzilla-843cef99ea9be9eea0df49ba6a35090f4e8c61f6.zip |
Norwegian splash and main.bb doc
Diffstat (limited to 'doc/nb-no/AdvancedSearch.md')
-rw-r--r-- | doc/nb-no/AdvancedSearch.md | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/doc/nb-no/AdvancedSearch.md b/doc/nb-no/AdvancedSearch.md new file mode 100644 index 000000000..5a9a5a3bc --- /dev/null +++ b/doc/nb-no/AdvancedSearch.md @@ -0,0 +1,57 @@ +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 several languages - and this may be difficult to match precisely. For instance you may have better results finding somebody in the USA with 'country=u' (along with some odd channels from Deutschland and Bulgaria and Australia) because this could be represented in a profile as US, U.S.A, USA, United States, etc... + +Future revisions of this tool may try to smooth over some of these difficulties. + +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 + + + + + + |