aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/doc_reform/meta/metadoc.d
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2020-03-29 18:29:44 -0400
committerRalph Amissah <ralph.amissah@gmail.com>2020-05-20 11:27:23 -0400
commiteed0938b23d13ec4f2ef4588ccdb2e7abc0c1552 (patch)
tree4e015ce076795100792412b76156330e80440c37 /src/doc_reform/meta/metadoc.d
parentmeson using dub (diff)
0.10.0 search sqlite & cgi
Diffstat (limited to 'src/doc_reform/meta/metadoc.d')
-rw-r--r--src/doc_reform/meta/metadoc.d6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/doc_reform/meta/metadoc.d b/src/doc_reform/meta/metadoc.d
index b0b4fdc..cf74e23 100644
--- a/src/doc_reform/meta/metadoc.d
+++ b/src/doc_reform/meta/metadoc.d
@@ -186,6 +186,12 @@ template spineAbstraction() {
@safe string filename() {
return _opt_action.sqlite_filename;
}
+ @safe string cgi_filename() {
+ return _opt_action.cgi_sqlite_search_filename;
+ }
+ @safe string cgi_filename_d() {
+ return _opt_action.cgi_sqlite_search_filename_d;
+ }
}
return SQLite_();
}