Kevin Jakubauskas

Results 3 issues of Kevin Jakubauskas

Should address the lack of clarity stemming from #1357 Thanks to @danychi from the linked issue for providing the fix.

I setup memgraph using docker-compose like so: ``` version: '3.8' services: batbard_memgraph: image: memgraph/memgraph-platform:2.11.1-memgraph2.11.0-lab2.8.3 restart: always ports: - "7687:7687" - "4000:3000" - "7444:7444" volumes: - memgraph_lib:/var/lib/memgraph - memgraph_etc:/etc/memgraph env_file: -...

Effort - Low
feature
community
Severity - S3
Priority - Next
Frequency - EveryTime
Reach - VeryFew

Highly likely it's not a bug, but something I'd rather clarify nonetheless. Given example query: `ft.search my_idx '@name:*test*' NOCONTENT WITHSCORES LIMIT 0 1 explainscore` My explained result is: ``` ......

bug
stale