f894cca63d
fix test warning
2023-06-05 20:46:43 +02:00
Moriz Wahl
4850e456fe
pages tests nearly working
2023-02-13 23:08:41 +01:00
8dbb990742
asyncData search-results.spec.js
2021-04-26 03:57:53 +02:00
002c9f5786
head test search-results.spec.js
2021-04-26 00:36:32 +02:00
d16886c1fd
lint fixes
2021-04-25 16:28:29 +02:00
d2347ba2d8
coverage search-results.spec.js
2021-04-25 16:24:59 +02:00
Moriz Wahl
d049ad5d3e
changes requested by review https://github.com/Human-Connection/Human-Connection/pull/3271
2020-09-24 13:14:35 +02:00
mattwr18
6d83299e75
Extract component, start story, styling (wip)
2020-03-18 19:46:40 +01:00
roschaefer
79fbdd7734
refactor: Avoid store use query parameters+routing
2020-03-18 16:02:15 +01:00
roschaefer
56f37702b1
refactor: Prefer router.push over router.replace
...
push maintains the history
2020-03-18 15:09:59 +01:00
Alina Beck
7a818a04a7
refactor and design search results page (wip)
...
Co-authored-by: mattwr18 <mattwr18@gmail.com>
Co-authored-by: Raphael Beer <raphael.beer@protonmail.com>
2020-03-18 14:33:01 +01:00
ogerly
1bf57cbf58
sorting result in users and posts
2020-03-17 06:15:48 +01:00
ogerly
bba5a09ba9
search query extended to categories, sorting of results, first graphical display
2020-03-15 10:11:16 +01:00
ogerly
ed506622b4
sorting search results to post and user
2020-03-14 13:00:04 +01:00
ogerly
cbacbec724
feat: search on a new search page
2020-03-14 07:21:22 +01:00
Wolfgang Huß
0157cc3700
Refactor routing of of hashtag links
2019-09-16 22:06:36 +02:00
Wolfgang Huß
ee8ce5a153
Comment clearification
2019-09-16 22:06:36 +02:00
Wolfgang Huß
82d5ac99df
Make hashtag links URL safe
2019-09-16 22:06:36 +02:00
Robert Schäfer
6f24f066d6
Revert "Get rid of obsolete /search/hashtag page"
...
This reverts commit ec19c732e5678544d8dfd50c25f2c33e5aeb217e.
Ok, native module URL cannot parse relative URLs. It ensures that all parts
of the URL are present. So I'll revert this to get the ball rolling. We
can refactor out the obsolete page later on.
FYI @Tirokk
2019-07-09 14:39:28 +02:00
Robert Schäfer
ec19c732e5
Get rid of obsolete /search/hashtag page
...
@Tirokk there is this neat URL module: https://nodejs.org/api/url.html
It has convenience methods for adding query params. I'm just not quite
sure about browser compatibility though.
2019-07-08 23:10:46 +02:00
Wolfgang Huß
1c8dac7359
Get the links of the Tags in the Post as a URL driven query to work
...
Co-Authored-By: mattwr18 <mattwr18@gmail.com>
2019-07-04 19:55:06 +02:00