30560bff69
fix(webapp): fix user avatar & post image urls ( #8921 )
...
Co-authored-by: Wolfgang Huß <wolle.huss@pjannto.com>
2025-09-25 22:19:27 +02:00
Moriz Wahl
7858dc6afb
add event data to search post query
2023-09-26 17:15:14 +02:00
Moriz Wahl
6860a19629
query postType on searchPosts
2023-09-26 15:03:08 +02:00
Wolfgang Huß
02d25c4bc7
Restore 'groupName: name' in 'searchGroups' GQL to have back the group name on the group teaser in the search results
2022-10-23 13:41:41 +02:00
Moriz Wahl
88b5fb9b46
have i18n as option for search groups, fix test
2022-10-23 13:02:04 +02:00
Moriz Wahl
d1b05b7e02
add groups to search result page
2022-10-21 18:35:21 +02:00
Moriz Wahl
add85ef49c
add graphql for group search
2022-10-21 17:52:06 +02:00
Wolfgang Huß
e82d35c824
Fix linting
2022-08-25 23:17:50 +02:00
Moriz Wahl
1c3f628fb2
count views of post teaser
2021-03-01 15:33:20 +01:00
Moriz Wahl
96066eae02
tests fixed for clickedCount
2021-02-22 22:23:56 +01:00
Wolfgang Huß
c91c9e263f
Implement mixins for delete, pin, unpin post in lists, on the way
2020-10-08 09:26:20 +02:00
Moriz Wahl
da801d6410
Removed category fragments form search gql
2020-06-02 15:43:56 +02:00
Moriz Wahl
7562af227e
pages are counted correctly
2020-04-14 21:41:45 +02:00
ogerly
8f56ad4a3b
feature: hashtag inserted and taken over in search
2020-04-14 18:16:44 +02:00
mattwr18
db20af2d39
Merge branch 'master' of github.com:Human-Connection/Human-Connection into 2144-Add_Search_Results_Page
2020-04-02 08:19:43 +02:00
mattwr18
e8492b59f4
feat: add pagination for search page
...
- it wasn't really making sense to have one query for all users/posts,
future hashtags, because we change the first/offset when the user
paginates, which would unneccesarily refetch all other resources.
- the solution was to separate them into their own queries and only
refetch when the user wants to paginate the resources.
2020-04-02 00:36:26 +02:00
Moriz Wahl
014be6e7f8
partially working, index page does not update when route is changed
2020-03-19 12:59:15 +01:00
mattwr18
627b47837e
Rename findResources to searchResults
2020-03-18 19:45:48 +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
Moriz Wahl
57ab9128ea
removed Hashtag search
2020-01-07 09:16:34 +01:00
Moriz Wahl
71c9d92aea
query string for searches changed and basics for Hashtag search added
2020-01-06 16:46:43 +01:00
roschaefer
2bf998d1ba
DRY graphql query with fragments
...
This is also adding `disabled`, `deleted` flags. I don't know if it
would change anything in the template, but now they are there.
2019-12-20 20:20:47 +01:00
mattwr18
4cd43b68a4
Refactor further search
...
- in the end, the error was due to not asking for the id of the author
back of the Post.. grrr.... why couldn't we get better error messages!!
- Co-authored-by: Moriz Wahl <moriz.wahl@gmx.de>
2019-12-13 15:56:18 +01:00
mattwr18
ebc5cf392d
Fix search by adding result id
...
- Apollo cache requires an id to commit to their store
- add id to each query result
- refactor out the store
- still can use a lot of refactoring
2019-12-13 12:30:00 +01:00