Commit 84ec0f3
committed
make announcement search consistent with discussions
test plan:
- have a multi-word title in an announcement
(e.g. "Announcement 1")
- have another announcement that shares one word
but not the entire phrase
(e.g. "Announcement 2")
- on the announcements page, search for the entire phrase.
only the announcement matching the entire phrase should
result ("Announcement 1" should not match "Announcement 2").
fixes CNVS-28657
Change-Id: If8962b396394ebaf38596bd4164c67576680f32f
Reviewed-on: https://gerrit.instructure.com/77832
Tested-by: Jenkins
Reviewed-by: Joel Hough <joel@instructure.com>
QA-Review: Deepeeca Soundarrajan <dsoundarrajan@instructure.com>
Product-Review: Jeremy Stanley <jeremy@instructure.com>1 parent 84b3dd9 commit 84ec0f3
2 files changed
Lines changed: 7 additions & 4 deletions
File tree
- app/coffeescripts/views/announcements
- spec/selenium/announcements
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
183 | 183 | | |
184 | 184 | | |
185 | 185 | | |
186 | | - | |
187 | | - | |
188 | | - | |
189 | | - | |
| 186 | + | |
| 187 | + | |
190 | 188 | | |
191 | 189 | | |
192 | 190 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
62 | 67 | | |
63 | 68 | | |
64 | 69 | | |
| |||
0 commit comments