memgraph/query_modules
Ante Pušić 9629f10166
Text search (#1603, #1739)
Add text search:
* named property search
* all-property search
* regex search
* aggregation over search results

Text search works with:
* non-parallel transactions
* durability (WAL files and snapshots)
* multitenancy
2024-03-20 10:29:24 +01:00
..
CMakeLists.txt Text search (#1603, #1739) 2024-03-20 10:29:24 +01:00
convert.py Move essential query modules from MAGE to Memgraph (#1384) 2023-10-25 18:27:44 +02:00
example.c Add example write procedure (#244) 2021-10-02 13:18:37 +02:00
example.cpp Fix concurrent query module race condition (#1158) 2023-08-21 16:45:36 +02:00
example.py Remove debug print (#251) 2021-10-07 09:14:05 +02:00
graph_analyzer.py Improve NetworkX module import (#21) 2020-10-15 09:14:50 +02:00
mgp_networkx.py Improve NetworkX module import (#21) 2020-10-15 09:14:50 +02:00
mgps.py Move essential query modules from MAGE to Memgraph (#1384) 2023-10-25 18:27:44 +02:00
nxalg.py Improve NetworkX module import (#21) 2020-10-15 09:14:50 +02:00
schema.cpp Fix schema.node_type_properties() and schema.rel_type_properties() (#1718) 2024-02-27 21:40:55 +00:00
text_search_module.cpp Text search (#1603, #1739) 2024-03-20 10:29:24 +01:00
wcc.py Improve NetworkX module import (#21) 2020-10-15 09:14:50 +02:00