@golemio/fypr 1.6.1-dev.2527224888 → 1.6.1-dev.2527577875

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.
@@ -4,7 +4,7 @@ CREATE VIEW v_information_panels_for_mvt AS
4
4
  SELECT
5
5
  ip.*,
6
6
  ST_SetSRID(ST_MakePoint(ip.lon, ip.lat), 4326)::geometry(Point, 4326) AS geometry,
7
- jsonb_build_array(ip.name, ip.stop_name) AS search_fields
7
+ concat_ws(' ', ip.name, ip.stop_name) AS search_fields
8
8
  FROM information_panels ip
9
9
  WHERE ip.state = 'Hotovo'
10
10
  AND ip.lat IS NOT NULL
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@golemio/fypr",
3
- "version": "1.6.1-dev.2527224888",
3
+ "version": "1.6.1-dev.2527577875",
4
4
  "description": "Golemio FYPR Module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",