Browse Source

Merge pull request #2156 from visuddhinanda/laravel

add other_meaning
visuddhinanda 1 year ago
parent
commit
f75c4e3c43
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Http/Controllers/TermVocabularyController.php

+ 1 - 1
app/Http/Controllers/TermVocabularyController.php

@@ -17,7 +17,7 @@ class TermVocabularyController extends Controller
     public function index(Request $request)
     public function index(Request $request)
     {
     {
         //
         //
-        $table = DhammaTerm::select(['guid','word','tag','meaning']);
+        $table = DhammaTerm::select(['guid','word','tag','meaning','other_meaning']);
         switch ($request->get('view')) {
         switch ($request->get('view')) {
             case "grammar":
             case "grammar":
                 $localTerm = ChannelApi::getSysChannel(
                 $localTerm = ChannelApi::getSysChannel(