Patrice Chalin 04d5337b75 docs(toh-6): search query fixes
closes #2008
Changes:
- Drop `asObservable()` since it is deprecated in RxJS 5 (see the
[migration
guide](https://github.com/ReactiveX/RxJS/blob/master/MIGRATION.md#operat
ors-renamed-or-removed)).
- Drop `+` from hero search query URL: `app/heroes/?name=${term}+`. At
best it is interpreted as a regex op that serves no purpose, at worst,
it gets interpreted as a space (cf. [HTML 4.01 section
17.13.4](https://www.w3.org/TR/REC-html40/interact/forms.html#h-17.13.4)
).
- Rename `searchSubject` to `searchTerms`
- Other minor tweaks to prose.

This work is in preparation for #1924.

Note: toh-6 tests pass.
2016-08-01 11:50:53 -07:00
..
2016-06-22 01:51:57 +01:00
2016-07-20 18:20:17 -07:00
2016-07-20 18:21:23 -07:00
2016-07-20 18:22:23 -07:00
2016-07-29 13:27:06 +02:00
2016-08-01 11:50:53 -07:00
2016-04-05 10:15:18 -07:00
2016-07-29 08:35:57 -07:00