voc / voctoweb

voctoweb – the frontend and backend software behind media.ccc.de
GNU General Public License v3.0
189 stars 58 forks source link

add lectureSearch query to GraphQL #740

Closed volkovmqx closed 10 months ago

volkovmqx commented 10 months ago

basically same as /public/events/search?q=:term but for the GraphQL.

saerdnaer commented 10 months ago

When you have time: Could you also add /public/events/search?p=:term functionality to this resolver? It's basically the same search but with an higher ranking on persons

volkovmqx commented 10 months ago

As discussed in matrix, i will try to solve #444 with a new function advancedSearch([{field:a, value: X}, ...], rel: 'AND', first: N, offset: M): Teaser Thanks for the quick merge though :)