MCPcopy Create free account
hub / github.com/OpenRaiser/PaperFlow / _fts_query

Function _fts_query

skills/wiki-store/scripts/wiki_db.py:517–519  ·  view source on GitHub ↗
(query: str)

Source from the content-addressed store, hash-verified

515
516
517def _fts_query(query: str) -> str:
518 tokens = re.findall(r"[\w.\-]+", query or "", flags=re.UNICODE)
519 return " ".join(token for token in tokens if token)
520
521
522def _keyword_search_nodes(

Callers 1

_keyword_search_nodesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected