Item11475: Mongo ignores form names when matching fields.

pencil
Priority: Urgent
Current State: New
Released In: n/a
Target Release: n/a
Applies To: Extension
Component: MongoDBPlugin
Branches:
Reported By: AaronFuleki
Waiting For:
Last Change By: AaronFuleki
I just noticed that the current trunk breaks many of my SEARCH queries. When searching for a particular form field by full name (e.g., "FormName.FieldName = 'value'"), mongo appears to ignore the form name, and just search for any matching form field (e.g., "FieldName = 'value'"). If, like me, you re-use common field names across data forms (Status, DueDate, etc.), then mongo searches return tons of false positives.

I can work around this by appending " AND form.name = 'FormName'" to search criteria, but this is definitely not optimal.

-- AaronFuleki - 25 Jan 2012

 

ItemTemplate edit

Summary Mongo ignores form names when matching fields.
ReportedBy AaronFuleki
Codebase trunk
SVN Range
AppliesTo Extension
Component MongoDBPlugin
Priority Urgent
CurrentState New
WaitingFor
Checkins
TargetRelease n/a
ReleasedIn n/a
CheckinsOnBranches
trunkCheckins
Release01x01Checkins
Topic revision: r1 - 25 Jan 2012, AaronFuleki
The copyright of the content on this website is held by the contributing authors, except where stated elsewhere. See Copyright Statement. Creative Commons License    Legal Imprint    Privacy Policy