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: solutions/search/full-text/search-with-synonyms.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -86,8 +86,8 @@ To create a synonym set using the UI:
86
86
2. Click **Get started**
87
87
3. Enter a name for your synonym set
88
88
4. Add your synonym rules in the editor by adding terms to match against:
89
-
- Add **Equivalent rules** by addings multiple equivalent terms. For example: `ipod, i-pod, i pod`
90
-
- Add **Explicit rules** by addings multiple terms that map to a single term. For example: `i-pod, i pod => ipod`
89
+
- Add **Equivalent rules** by adding multiple equivalent terms. For example: `ipod, i-pod, i pod`
90
+
- Add **Explicit rules** by adding multiple terms that map to a single term. For example: `i-pod, i pod => ipod`
91
91
5. Click **Save** to save your rules.
92
92
93
93
The UI supports the same synonym rule formats as the file-based approach. Changes made through the UI will automatically reload the associated analyzers.
0 commit comments