Skip to content

Commit 2252750

Browse files
added change log file
1 parent 17b4bdb commit 2252750

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,3 +100,9 @@ For each PR made, an entry should be added to this changelog. It should contain
100100
- Added universal search functionality tests
101101
- Created search pane filter tests
102102
- Added pattern application form tests with validation checks
103+
104+
- 1101-bug-fix-quotes-not-escaped-in-titles
105+
- Description: Title rules that include single quotes show up correctly in the sinequa frontend (and the COSMOS api) but not in the delta urls page.
106+
- Changes:
107+
- Added `escapeHtml` function in the `delta_url_list.js` file to handle special character escaping correctly.
108+
- Called this function while retrieving the titles in `getGeneratedTitleColumn()` and `getCuratedGeneratedTitleColumn()` functions.

0 commit comments

Comments
 (0)