Skip to content
Snippets Groups Projects
  1. Nov 14, 2019
    • David Büchler's avatar
      Temporarily added a new Tab in the Persons main view. It calculates the... · 5f847b09
      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.
      5f847b09
    • David Büchler's avatar
      Fixed bug: If a field of a filter had no value it would throw a core exception... · b77ae4e1
      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
      b77ae4e1
    • David Büchler's avatar
      Removed the block size configuration from the client. Default value is 5000.... · 6eaf156a
      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
      6eaf156a
  2. Oct 13, 2019
  3. Oct 11, 2019
  4. Oct 10, 2019
  5. Oct 09, 2019
  6. Oct 08, 2019
  7. Oct 07, 2019
  8. Oct 04, 2019
  9. Oct 02, 2019
  10. Oct 01, 2019
  11. Sep 30, 2019
  12. Sep 27, 2019
Loading