Commit 5cd5deb
committed
Un-pend a test for catalog URLs with slashes in the document ID
Ref #911
Solr documents with a slash in the ID seem to route correctly
without additional changes now. I tested by adding a document to
the index and then checking its catalog URL; Rails's link_to
seems to automatically generate a link with an encoded slash.
Unfortunately this does not apply to a period, so full URLs won't
work.1 parent 3e3e63c commit 5cd5deb
1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
58 | 57 | | |
59 | 58 | | |
60 | 59 | | |
| |||
0 commit comments