Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

...

...

...

...

...

...

Page Properties
Version No4.4.4
Release Date 
About this ReleasePatch release with minor enhancements and fixes
Modules affected

Data Share, iShare GIS, iShare Maps, Logger, Publisher, Studio

Logger

Changes to way Logger loads scripts

We have made changes to the way we load Logger scripts in iShare. Previously there were many JavaScript files that had to be included separately. Now there are fewer files and almost all of them are loaded dynamically by a new JavaScript function.

...

Code Block
titleon-page-load event
Event.observe( window, 'load', pageLoad );

Publisher

Search Algorithm is now configurable

  • In order that existing customers do not see any changes to their results, changes to the search behaviour is now configurable through the Data Share configuration file. These consist of the following options:
  • Only do one exact match, don't do any subsequent passes.
  • Ignore threshold, always do three passes in the order Exact Match, Wildcard, Fuzzy Match.
  • Allow the threshold between wildcard and fuzzy match to be changed, currently fuzzy kicks in when the search term is four characters long or above.
  • Allow the fuzzy distance to be changed - currently 0.5

Other Fixes

  • Fixed the problem where searching sometimes failed when the values in the FILTERMATCH column include punctuation.
  • Fixed the problem where results starting with “z” were sometimes not being returned via FILTERMATCH searches.
  • Publisher now only returns records matching the FILTERMATCH index type AND the FULLTEXT index type. Previously the FULLTEXT index type was being ignored.
  • Entering 'the' in a FULLTEXT search field now does not return any records; previously it was returning all records. Note: The word ‘the’ is a stop word and as such is ignored.

...

  • Customers may wish to run two or more PostgreSQL servers e.g. version 8.4 and 9.0 on the same host. Using the existing PgOleDb driver it was not possible to specify the port, but there is a patched version which does allow you to do this by specifying the port in the Extended Properties part of the connection string. The new PgOleDb driver has been included in the Astun 3rd Party Installer. Please see the topic Changing Data Share Port number for details.
  • There was a problem with PostgreSQL 9.0 with the 'build from' SQL functions for Location Searching. Each of the functions for CAPS, Compass, Innogistic, MVM, NLPG, Plantec, Symphony and SX3 have been updated.

iShare Maps

  • There was an issue with Internet Explorer 7 where the map Navigation control was hidden when a user clicked the Change (address) button in My Maps. The map redraws and the control is no longer visible. This has been rectified.
  • Layer Headings are now hidden for blank Display Names - <h4> tags won't be written out at all if a Display Name is blank.

iShare Lite

  • iShare Lite now correctly loads the specified map.

iShare GIS

    iShare Lite now correctly loads the specified map
  • Fixed problem where the Info click was not working when Map Source security had been enabled i.e. Roles.

iShare Lite

  • .