Item10678: Allow SEARCH on CREATEINFO.
Priority: Enhancement
Current State: Closed
Released In: 2.0.0
Target Release: major
Applies To: Engine
Component: SEARCH
Branches: trunk
which will close the circle, ensuring that anything that can be sorted by can be queried
this would add enable queries to be written using some new alias' to revision one info:
-
createusername
-
createwikiname
-
createwikiusername
-
createdate
-
createlongdate
-
created
and would mean that we'll be able to do ordering based on any queryable element - presumably by treating the current set of aliases as 'legacy' (most of the 'create' ones are undocumented), and then use the
simple form of the tom query syntax
ok, so feature req needed.
--
SvenDowideit - 25 Apr 2011
after mulling this over, I will implement it as a
META:
shortcut to avoid using up a string name that could be a user defined
FormField
so
CREATEINFO
will be identical to
versions[-1].info
, but will provide an oportunity for search implementors to cache the info in a way to avoid JOINs or other expensive lookups (like using a direct cache rather than using rcs).
--
SvenDowideit - 03 May 2011
I de-geeked the bug title so it could be considered release-notes-friendly
--
PaulHarvey - 22 Jun 2011
Also: there was a feature proposal already,
FasterAccessToCreatorData - I've marked as MergedToCore
--
PaulHarvey - 22 Jun 2011
Okay, searching
META:CREATEINFO.author
works fine, but you've commented out the
createinfo
alias in Foswiki::Meta?
--
PaulHarvey - 05 Jul 2011
I removed ", and enhance
order
param to understand
QuerySearch field notation" from the bug title, that should be a separate task.
This
SearchOrderByTopicElement work moved to
Item11022 so it gets a separate line item in the release notes (both features are cool on their own).
Still waiting wrt missing
createinfo
alias...
--
PaulHarvey - 05 Aug 2011
as most of the code is in trunk, ready for 1.2.0.
--
SvenDowideit - 14 Mar 2012