Difference between revisions of "Talk:Marketplace/Buying"

From Second Life Wiki
Jump to navigation Jump to search
(Boolean search syntax)
 
Line 1: Line 1:
== Boolean search syntax ==
== Boolean search syntax ==


Hi, on the current version of the marketplace, the <code>"red shoes" -green</code> example does not work to exclude "green" as described. That works the same as <code>"red shoes" green</code>, in opther words the - is ognired and it performs a logical AND.
Hi, on the current version of the marketplace, the <code>"red shoes" -green</code> example does not work to exclude "green" as described. That works the same as <code>"red shoes" green</code>, in other words the - is ignored and it performs a logical AND.


A syntax that ''does'' work is <code>"red shoes" NOT green</code>. The NOT operator must be uppercase.
A syntax that ''does'' work is <code>"red shoes" NOT green</code>. The NOT operator must be uppercase.


--[[User:Cerise Sorbet|Cerise Sorbet]] 11:23, 5 October 2010 (UTC)
--[[User:Cerise Sorbet|Cerise Sorbet]] 11:23, 5 October 2010 (UTC)

Revision as of 04:23, 5 October 2010

Boolean search syntax

Hi, on the current version of the marketplace, the "red shoes" -green example does not work to exclude "green" as described. That works the same as "red shoes" green, in other words the - is ignored and it performs a logical AND.

A syntax that does work is "red shoes" NOT green. The NOT operator must be uppercase.

--Cerise Sorbet 11:23, 5 October 2010 (UTC)