Categories
articles code

ManyToManyField into SearchVectorField for full-text search in Django

Summary To add data from a ManyToManyField to a SearchVectorField, you can join the related values in a string and pass this string as a Value() expression to the SearchVector object: Cifonauta’s full-text search During the past year, we’ve been working on several updates for modernizing the Cifonauta database. The website now has a fully […]

Categories
notes biology

Brachiopod Wnt paper updated

I recently finished the revision of our paper about the Wnt signaling landscape in brachiopod development. This is work from my PhD time in the Hejnol Lab in Norway. We posted it on bioRxiv last September, and sent to a journal later that year. Following the reviewers’ feedback, we added new data, made significant improvements […]