Skip to content

Lobby-Hoes/hobbylos_search

Repository files navigation

Hobbylos search engine

Die neue Hobbylos Suche.

Was ist neu?

- Designe
Für das neue Design hat @claudia.sofia_02 ein Template erstellt, sodass ich nur noch die Funktionen hinzufügen musste.
Dabei musste ich leider auf ein paar schöne Details verzichten.
- Backend
Das Backend ist komplett neu geschrieben und setzt auf einen Indexsuchansatz (ähnlich wie Google und Co).
Vorteile:
- wehsentlich schneller
- genauer
- Sortierung nach Relevanz
- Suche nach Sätzen besser möglich

API:

GET Request

URL: https://api.hobbylos.online/
word = str (gesuchtes wort / satz)
offset = int (response offset)(optional)
limit = int (response limit)(optional)

Response

b = int (current limit)(optional)
v = int (current offset)(optional)
count_all = str "... wurde ... Mal in Hobbylos gefunden."
next = str (next api request)(optional)
previous = str (previous api request)(optional)
search = array [
... L = float (Relevanz-Score),
... f = str (Spotify Episoden id),
... n = str (Name der Hobbylos Episode),
... s = int (Delay des Wortes/Satzes in der Episode),
... text = str (Text mit dem Wort/Satz drin)
]