فهرست منبع

Add sorting for delete in Search\Index

Visman 1 سال پیش
والد
کامیت
e18280fbb0
1فایلهای تغییر یافته به همراه4 افزوده شده و 0 حذف شده
  1. 4 0
      app/Models/Search/Index.php

+ 4 - 0
app/Models/Search/Index.php

@@ -106,6 +106,10 @@ class Index extends Method
                 continue;
             }
 
+            if (\count($list) > 1) {
+                \sort($list, \SORT_NUMERIC);
+            }
+
             $vars = [
                 ':pid'  => $post->id,
                 ':subj' => 's' === $key ? 1 : 0,