Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mehrere prev/next-Links zu Wörterbucheintrag #39

Open
andywer opened this issue Mar 24, 2014 · 3 comments
Open

Mehrere prev/next-Links zu Wörterbucheintrag #39

andywer opened this issue Mar 24, 2014 · 3 comments
Assignees
Labels

Comments

@andywer
Copy link
Collaborator

andywer commented Mar 24, 2014

Möglichkeit schaffen um für einen Wörterbucheintrag die x vorhergehenden/nachfolgenden Einträge zu bekommen.

@chtake
Copy link
Collaborator

chtake commented Mar 24, 2014

Wie meinst du das? Rückgabe eine Liste der N-nachfolgenden/zurückliegenden Wörter oder die IDs/Sprungpunkte zu 10/20/N Wörtern vor/rückwärts?

@andywer
Copy link
Collaborator Author

andywer commented Mar 24, 2014

@chtake
Markus wollte sich drum kümmern.
Aber um deine Frage zu beantworten: DictionaryEntry-Instanzen für N vorhergehende und N nachfolgende Einträge eines gegebenen Eintrags. Oder zumindest die Titel und Ids.

@neradis
Copy link
Owner

neradis commented Apr 5, 2014

@andywer @chillSen
In 8f993be im Branch issue/39 gibt's jetzt einen EntryNavigationService, über den ihr Assoziativspeicher mit den Schlüsselworten und Eintragsids für bis zu n vorherige und folgende Einträge abfragen könnt.

Ich habe eine vorläufige controller action und eine entspr. Route angelegt, damit klar wird, wie da anzufragen ist und was zurückkommt. Passt das dann gern noch an, wie es auch passt.

Eine Anfrage an /ajax/navigation/neighbours/11 liefert dann bspw. folgendes JSON:

{"previous":{"A":1,"a (2)":2,"a (3)":3,"abacinus":4,"abactio":5,"abactor":6,"abactus":7,"abactus (2)":8,"abaculus":9,"abacus":10},"following":{"abaeto":12,"abagio":13,"abago":14,"abaleno":15,"abalienatio":16,"abalieno":17,"abaliud":18,"abalterutrum":19,"abambulo":20,"abamita":21,"abante":22}}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants