-
Notifications
You must be signed in to change notification settings - Fork 0
Die Hobbylos Suche - search.hobbylos.online
Lobby-Hoes/hobbylos_search
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
- 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
URL: https://api.hobbylos.online/
word = str (gesuchtes wort / satz)
offset = int (response offset)(optional)
limit = int (response limit)(optional) 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)
]
About
Die Hobbylos Suche - search.hobbylos.online