PathwayCommons / factoid

A project to capture biological pathway data from academic papers
https://biofactoid.org
MIT License
27 stars 7 forks source link

Create a default uid for queries to semantic search #1264

Closed jvwong closed 1 month ago

jvwong commented 1 month ago

The query sent to semantic search should be a PMID and, when none exists, a dummy string. Semantic search doesn't care what the query uid is (as long as it is an interger-like string), it uses the query text only.

Refs #1263