@optimiser/common 1.0.279 → 1.0.280

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1799,7 +1799,7 @@ function BuildGridFieldProjection(project, field, group) {
1799
1799
  for (var i = 0; i < field.Schema.LookupFields.length; i++) {
1800
1800
  // searchConcatArry.push({ "$ifNull": ['$' + alias + '.' + field.Schema.LookupFields[i], [" "]] });
1801
1801
  // added by Shahzaib, make int to string and concat
1802
- searchConcatArry.push({ "$ifNull": [{ $toString: '$' + alias + '.' + field.Schema.LookupFields[i] }, ""] });
1802
+ searchConcatArry.push({ "$ifNull": [{ $toString: '$' + alias + '.' + field.Schema.LookupFields[i] }, [" "]] });
1803
1803
  if (i < field.Schema.LookupFields.length - 1) {
1804
1804
  searchConcatArry.push([" "]);
1805
1805
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@optimiser/common",
3
- "version": "1.0.279",
3
+ "version": "1.0.280",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {