Difference between revisions of "Xstreet search"

From Second Life Wiki
Jump to navigation Jump to search
Line 2: Line 2:
{{Navbox/Xstreet}}
{{Navbox/Xstreet}}


This video tutorial shows you how to search Xstreet in a few easy steps!
{{KBvideo|7169016}}
* Basic search
* Advanced search
* Category browsing
* A couple examples of Boolean operators to help you narrow down results
* The Featured Marketplace on the front page of Xstreet!
== Advanced options ==
Xstreet's search functionality supports the following Boolean search operators:
Xstreet's search functionality supports the following Boolean search operators:


* '''Natural Language Search'''. Enter keywords or a phrase without any operators to perform a weighted natural language search with the most relevant records displayed first.
* '''Natural Language Search''' - Enter keywords or a phrase without any operators to perform a weighted natural language search with the most relevant records displayed first.
* '''Exact Phrase'''. Enclose a phrase in double quotes to perform an exact match search. Example: "magic box"
* '''Exact Phrase''' - Enclose a phrase in double quotes to perform an exact match search. Example: <code>"magic box"</code>
* '''Required Words'''. Any word preceded by a plus sign (+) is considered required. Example: magic +box
* '''Required Words''' - Any word preceded by a plus sign (+) is considered required. Example: <code>magic +box</code>
* '''Unwanted Words'''. Any word preceded by a minus sign (-) is considered unwanted. Example: magic -box
* '''Unwanted Words''' - Any word preceded by a minus sign (-) is considered unwanted. Example: <code>magic -box</code>
* '''Negated Words'''. Any word preceded by a tilde (~) has its relevance lowered. It effectively lowers relative ranking of records containing the word. Example: magic ~box
* '''Negated Words''' - Any word preceded by a tilde (~) has its relevance lowered. It effectively lowers relative ranking of records containing the word. Example: <code>magic ~box</code>
* '''Stemming'''. Any word root followed by an asterisk (*) matches occurences of the root followed by any suffix: Example: box* matches boxes, boxed, boxing, etc.
* '''Stemming''' - Any word root followed by an asterisk (*) matches occurrences of the root followed by any suffix: Example: <code>box*</code> matches <code>boxes</code>, <code>boxed</code>, <code>boxing</code>, etc.


Operators can be combined in a single search.
Operators can be combined in a single search for extra power user awesomeness.


[[Category:Knowledge Base]]
[[Category:Knowledge Base]]

Revision as of 14:19, 22 October 2009

Template:Needs Translation/KB/de Template:Needs Translation/KB/es Template:Needs Translation/KB/el Template:Needs Translation/KB/fr Template:Needs Translation/KB/he Template:Needs Translation/KB/it Template:Needs Translation/KB/ja Template:Needs Translation/KB/ko Template:Needs Translation/KB/nl Template:Needs Translation/KB/hu Template:Needs Translation/KB/no Template:Needs Translation/KB/da Template:Needs Translation/KB/sv Template:Needs Translation/KB/tr Template:Needs Translation/KB/pl Template:Needs Translation/KB/pt Template:Needs Translation/KB/ru Template:Needs Translation/KB/uk Template:Needs Translation/KB/zh-Hans Template:Needs Translation/KB/zh-Hant

This video tutorial shows you how to search Xstreet in a few easy steps!

<videoflash type="vimeo">7169016|640|480</videoflash>

  • Basic search
  • Advanced search
  • Category browsing
  • A couple examples of Boolean operators to help you narrow down results
  • The Featured Marketplace on the front page of Xstreet!

Advanced options

Xstreet's search functionality supports the following Boolean search operators:

  • Natural Language Search - Enter keywords or a phrase without any operators to perform a weighted natural language search with the most relevant records displayed first.
  • Exact Phrase - Enclose a phrase in double quotes to perform an exact match search. Example: "magic box"
  • Required Words - Any word preceded by a plus sign (+) is considered required. Example: magic +box
  • Unwanted Words - Any word preceded by a minus sign (-) is considered unwanted. Example: magic -box
  • Negated Words - Any word preceded by a tilde (~) has its relevance lowered. It effectively lowers relative ranking of records containing the word. Example: magic ~box
  • Stemming - Any word root followed by an asterisk (*) matches occurrences of the root followed by any suffix: Example: box* matches boxes, boxed, boxing, etc.

Operators can be combined in a single search for extra power user awesomeness.