You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+35-2Lines changed: 35 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,9 +12,13 @@ For each PR made, an entry should be added to this changelog. It should contain
12
12
- etc.
13
13
14
14
## Changelog
15
-
- 1182-ml-classification-queue
15
+
16
+
- 1209-bug-fix-document-type-creator-form
17
+
- Description: The dropdown on the pattern creation form needs to be set as multi as the default option since this is why the doc type creator form is used for the majority of multi-URL pattern creations. This should be applied to doc types, division types, and titles as well.
16
18
- Changes:
17
-
- a new env value has been created called `INFERENCE_API_URL`
19
+
- Set the default value for `match_pattern_type` in `BaseMatchPattern` class is set to `2`
20
+
- Changed `test_create_simple_exclude_pattern` test within `TestDeltaExcludePatternBasics`
21
+
- Changed `test_create_division_pattern` and `test_create_document_type_pattern_single` within `TestFieldModifierPatternBasics`
- Description: The original automation set up to generate the scrapers and indexers automatically based on a collection workflow status change needed to be updated to more accurately reflect the curation workflow. It would also be good to generate the jobs during this process to streamline the same.
@@ -104,3 +108,32 @@ For each PR made, an entry should be added to this changelog. It should contain
104
108
- Added universal search functionality tests
105
109
- Created search pane filter tests
106
110
- Added pattern application form tests with validation checks
111
+
112
+
- 1101-bug-fix-quotes-not-escaped-in-titles
113
+
- 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.
114
+
- Changes:
115
+
- Added `escapeHtml` function in the `delta_url_list.js` file to handle special character escaping correctly.
116
+
- Called this function while retrieving the titles in `getGeneratedTitleColumn()` and `getCuratedGeneratedTitleColumn()` functions.
- Description: In the Document Type Pattern Form, if the user does not select a Document Type while filling out the form, an appropriate error message is displayed.
132
+
- Changes:
133
+
- Added a JavaScript validation check on form submission to ensure the document type (stored in a hidden input) is not empty.
134
+
- Display an error message and prevent form submission if the field is empty.
0 commit comments