Book a Demo

Author Topic: Searching for notes with special characters doesn't work  (Read 5537 times)

pvratny

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
Searching for notes with special characters doesn't work
« on: January 03, 2022, 08:35:24 pm »
Hello,
If I save some EA object with a notes that contains a special character (e.g. "á"), this notes cannot be searched in EA. But it is displayed correctly. If the special character is part of the object name, the search is successful. So the problem is only with notes. I have EA 15.2 and the DB for EA is SQL Server. Do you have any idea how to solve this?
Many thanks
Petr

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: Searching for notes with special characters doesn't work
« Reply #1 on: January 03, 2022, 08:57:13 pm »
Probably you should send a bug report (see Support section below).

q.

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: Searching for notes with special characters doesn't work
« Reply #2 on: January 03, 2022, 08:59:36 pm »
Petr,

Special characters are encoded by EA in the notes.

The á is encoded as
Code: [Select]
áSo if you search for á you should find it.

If you ask me that qualifies as a bug. You can send in a bug report using the link at the bottom of the page.


Geert