In the DraCor Spin-offs (EcoCor, ELTeC Corpus Browser) we implemented an agent-built full text search as a separate module search.xqm: https://github.com/clscor-io/eltec-api/blob/main/modules/search.xqm https://github.com/EcoCor/ecocor-api/blob/dev2/modules/search.xqm The running search endpoints of ELTeC and EcoCor are here: https://staging.eltec.clscor.io/api/v1/search?q=night OpenAPI Docu: https://staging.eltec.clscor.io/doc/api#/search/search https://ecocor.robinogreen.xyz/api/search?q=tree We could consider porting this to the dracor-api.
In the DraCor Spin-offs (EcoCor, ELTeC Corpus Browser) we implemented an agent-built full text search as a separate module search.xqm:
https://github.com/clscor-io/eltec-api/blob/main/modules/search.xqm
https://github.com/EcoCor/ecocor-api/blob/dev2/modules/search.xqm
The running search endpoints of ELTeC and EcoCor are here:
https://staging.eltec.clscor.io/api/v1/search?q=night
OpenAPI Docu: https://staging.eltec.clscor.io/doc/api#/search/search
https://ecocor.robinogreen.xyz/api/search?q=tree
We could consider porting this to the dracor-api.