aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/search/advanced-search.model.ts
Commit message (Collapse)AuthorAgeFilesLines
* Lazy load all routesChocobozzz2020-06-231-160/+0
|
* Reorganize client shared modulesChocobozzz2020-06-231-2/+1
|
* First implem global searchChocobozzz2020-06-101-4/+17
|
* search filtering improvements per #1654Rigel Kent2019-12-051-2/+2
|
* Fix search with account video languagesChocobozzz2019-10-211-0/+1
|
* Add search by original publication dateAndrés Maldonado2019-02-121-0/+14
|
* Better typingsChocobozzz2018-10-181-2/+2
|
* NoImplicitAny flag true (#1157)BO412018-10-181-2/+2
| | | | | | | | this enables the `noImplicitAny` flag in the Typescript compiler > When the noImplicitAny flag is true and the TypeScript compiler cannot infer the type, it still generates the JavaScript files, but it also reports an error. Many seasoned developers prefer this stricter setting because type checking catches more unintentional errors at compile time. closes: #1131 replaces #1137
* add allow advancedSearch with empty searchRigel Kent2018-10-011-0/+13
| | | | | | a.k.a. filters on all videos also added a badge showing the rough number of active filters
* Add ability to click on category/licence/language/tags in watch pageChocobozzz2018-07-241-5/+13
|
* Add ability to sort the searchChocobozzz2018-07-241-2/+13
|
* Handle back/forward page in advanced searchChocobozzz2018-07-241-8/+8
|
* Add advanced search in clientChocobozzz2018-07-241-0/+101