- Nov 14, 2019
-
-
David Büchler authored
refactorings
-
David Büchler authored
removed all loggings except for the pattern the scan pattern now gets automatically trimmed after loading
-
David Büchler authored
Refactorings and Bugfixes
-
David Büchler authored
Changed liquibase files accordingly.
-
David Büchler authored
Fixed bug where an error was thrown if a field is used to search for duplicates and it's value was empty. These fields will now be ignored.
-
David Büchler authored
Temporarily added view to Organisation which calculates duplciates on each main-view-open and doesnt cache the results. Same as on Person
-
David Büchler authored
Temporarily added a new Tab in the Persons main view. It calculates the duplicates for the specific person on the fly. Results arent cached.
-
David Büchler authored
Fixed bug: If a field of a filter had no value it would throw a core exception because no pattern with an empty value could be created. Now the value gets trimmed and in case of emptyness ignored. Workaround, if the prefilter json contains an empty value it gets translated to null by indexsearch.buildQueryFromSearchCondition with which nothing would be found. The null value now gets temporarily replaced. Hast to be removed when the api has been fixed! Specific line to remove: indexPattern = indexPattern.replace(null, "");//todo remove if api has been fixed
-
David Büchler authored
Removed the block size configuration from the client. Default value is 5000. All scanners now use the same value, it can be changed via designer custom setting in the preferences 2 fields in the person entity have been added, now the firstname and the lastname fields exist as phonetic and text_no_stopwords Refactorings
-
- Oct 13, 2019
-
-
David Büchler authored
-
- Oct 11, 2019
-
-
David Büchler authored
-
Johannes Hörmann authored
-
Johannes Hörmann authored
-
- Oct 10, 2019
-
-
David Büchler authored
Created Fallback on creation of an merge activity, if there is no current contact id, an empty string gets used
-
David Büchler authored
If a merge has been successful, a new acitivity gets created on the target record of the merge This has been implemented on Person and Organisation
-
David Büchler authored
It's now possible to have a scanner configuration without any prefilters. No threshold logic is applied, only the configured fields are used to search. On the other hand is it now possible to have a scanner with only a prefilter.
-
Tobias Feldmann authored
-
Johannes Goderbauer authored
bugfix: new activity/task in Person_entity did use wrong addtionalLink-ids for organisation-contacts
-
- Oct 09, 2019
-
-
David Büchler authored
-
- Oct 08, 2019
-
-
David Büchler authored
Fixed error where if no duplicate scan result on creation of a new person could be found, the code tried to access .lenght... Data_alias.aod: The auditSyncConfig was configured to audit itself which resulted in an error. Fixed.
-
David Büchler authored
RebuildAllDuplicateCaches_serverProcess.aod takes both person and organisation scanner (currently hard coded) and runs them. This is ought to be executed via the manager/other serverside ways RebuildDuplicatesCache_serverProcess on the other hand should be used via code because this process expects the filterName and TargetEntity as parameters. The usages are commented out for the time beign becaus of incompatibilities in the process.execute* methods... If a person or organisation is merged, the standardcommunication ways of the old record are reset to "no standard".
-
David Büchler authored
If duplicates have been found while saving a new contact, a notification will be shown, alerting the user
-
- Oct 07, 2019
-
-
David Büchler authored
This has been integrated into the action to rebuild person and org duplicates
-
David Büchler authored
New field BLOCK_SIZE which specifies the bulk size of data which gets loaded. This is used in the case of a cache rebuild, the data to scan for duplicates gets loaded in the thru BLOCK_SIZE specified size.
-
David Büchler authored
-
- Oct 04, 2019
-
-
David Büchler authored
-
David Büchler authored
If a person is added, a scan for duplicates is triggered automatically. if a matching cluster exists the new record gets added, otherwise a new cluster gets created The field, which is currently used by the demo duplicatescan (firstname) is now another type because the phonetic matcher creates seemingly wrong searchresults. If the scan for duplicates or the indexsearch results in seemingly unrelated results, set the indexFieldType to TEXT_NO_STOPWORDS.
-
David Büchler authored
-
David Büchler authored
refactorings
-
Johannes Goderbauer authored
-
- Oct 02, 2019
-
-
Simon Leipold authored
-
David Büchler authored
# Conflicts: # language/_____LANGUAGE_EXTRA/_____LANGUAGE_EXTRA.aod # language/_____LANGUAGE_de/_____LANGUAGE_de.aod # language/_____LANGUAGE_en/_____LANGUAGE_en.aod # neonView/OfferEdit_view/OfferEdit_view.aod # neonView/PrivatePersonPreview_view/PrivatePersonPreview_view.aod # neonView/SalesprojectEdit_view/SalesprojectEdit_view.aod
-
David Büchler authored
Feld DB_FIELD_NAME removed Created fields for defaultvalues city,zip,... to use in duplicatesearchconfig Custom fields added in subProcess to have them added to the index
-
Johannes Goderbauer authored
-
(cherry picked from commit 3e5544d3)
-
Johannes Goderbauer authored
-
(cherry picked from commit f79a987f)
-
- Oct 01, 2019
-
-
S.Listl authored
-
Johannes Hörmann authored
-
- Sep 30, 2019
-
-
David Büchler authored
-