|
Michael,
I thought we had fixed this but in 18.709 it still reads: "The table:search-criteria-must-apply-to-whole-cell attribute specifies whether or not the specified search criteria, according to the regular expression used, must apply to the entire cell contents." This is a child of <table:calculation-settings> but none of its sibling attributes contain the "search criteria." And it is not readily apparent how any of the parent elements of <table:calculation-settings> would have the search criteria. Patrick: There is a proposal for this issue in
Copying from
The setting influences string queries that compare cell content against a text search criteria (pattern). If the value of table:search-criteria-must-apply-to-whole-cell is "true", the search pattern must match the entire cell content; if the attribute's value is "false", the search pattern can match a substring at any position within the cell. The setting is used with the <table:filter-condition> element if the table:data-type attribute has the value "text" and the table:operator attribute is one of match (matches) !match (does not match) = (Equal to) != (Not equal to) Furthermore, the following OpenFormula spreadsheet functions use search criteria: DAVERAGE DCOUNT DCOUNTA DGET DMAX DMIN DPRODUCT DSTDEV DSTDEVP DSUM DVAR DVARP COUNTIF COUNTIFS SUMIF SUMIFS LOOKUP VLOOKUP HLOOKUP MATCH Note: In addition to I think adding the text from my previous comment will resolve this issue.
@Patrick: if you find a better wording, please go ahead. Correction will appear in OpenDocument-v1.2-part-1-cd03-rev03.
|
|||||||||||||||||||||||||||||||||||||||||
OFFICE-1811regarding the ODF 1.0 Errata 2. This contains a discussion of the issue.There is also
OFFICE-2033which covers the OpenFormula specific aspect of the search criteria spreadsheet setting.