Item11235: Remove mention of metatext
attribute in System.QuerySearch doc which was never implemented
Priority: Normal
Current State: Closed
Released In: 1.1.4
Target Release: patch
Applies To: Engine
Component: SEARCH
Branches: Release01x01 trunk
SEARCH for metatext=~'something' doesn't give any result, as the doc says. Search for 'text' works. I've changed from DBQUERY to trunk and also run
MongoDBPlugin. It could be mongo related. I've tried with store switched to default query/brute in configure but still no results. Cannot see anything in the default working/logs.
--
LarsEik - 03 Nov 2011
I don't know 'tests' but am told there's a test for metatext but also that the only occurences of metatext in the test and the System/QuerySearch topic. Anyone has info on that metatext?
--
LarsEik - 05 Nov 2011
The test code we have actually mentions a variable named
$metatext
, which has nothing to do with the missing
QuerySearch feature.
Before I we go removing any mention of
metatext
in the doc, can you provide a use-case that really requires it?
For example: is it sufficient to convert your queries from
metatext~'*foo*'
to
fields.value~'*foo*'
?
--
PaulHarvey - 08 Nov 2011
Crawford, according to git blame, your
distro:fac616e444e0 in
Item846 added this mysterious documentation of
metatext
in
QuerySearch - is deleting this text the right way forward?
--
PaulHarvey - 08 Nov 2011
aye
--
CrawfordCurrie - 08 Nov 2011