blueprint icon indicating copy to clipboard operation
blueprint copied to clipboard

Running without full-text search

Open tpluscode opened this issue 1 year ago • 2 comments

If I were to run blueprint on an endpoint which does not support one of the recognised FTS dialects (fuseki, graphdb, neptune, or stardog at the time of writing), is it possible to remove the fullTextSearchDialect key from config and... resort to REGEX in queries?

tpluscode avatar Nov 14 '24 11:11 tpluscode

That said, if the config does not have fullTextSearchDialect, I get the below message which is probably inaccurate

Missing required property 'neptune'

tpluscode avatar Nov 14 '24 11:11 tpluscode

Ok, now I see that Stardog is the fallback 🤔 https://github.com/zazuko/blueprint/blob/9b5a326faff7a8a0649de5a31e94cbfa18b34164/projects/blueprint/src/app/features/search/services/search/search.service.ts#L124-L126

tpluscode avatar Nov 14 '24 11:11 tpluscode