Commit 13cca65c authored by Stephane Bouvry's avatar Stephane Bouvry
Browse files

- Fix UI (administration)

 - Boost du code OSCAR sur la recherche textuelle
parent 492f7b10
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -225,7 +225,7 @@ class ElasticActivitySearch extends ElasticSearchEngine implements IActivitySear
        ];

        // Champs Oscar
        $query["bool"]["should"][] = ["match" => ["oscar" => ["query" => $search, "boost" => 20]]];
        $query["bool"]["should"][] = ["match" => ["oscar" => ["query" => $search, "boost" => 100]]];
        $query["bool"]["should"][] = ["prefix" => ["oscar" => ["value" => $search, "boost" => 5]]];

        // Champ EOTP
+87 −81

File changed.

Preview size limit exceeded, changes collapsed.

+2 −3
Original line number Diff line number Diff line
@@ -17,9 +17,8 @@
    display: flex;
    font-size: 1.25em;
    line-height: 1em;
    padding: 0;
    margin: 0;
    padding-bottom: .6em;
    padding: 0 0 .6em;
    align-items: center;
    .thumb32 {
      width: 32px;
@@ -32,7 +31,7 @@
      flex: 1 0 auto;
      display: flex;
    }
    .onright, .buttons {
    .right, .onright, .buttons {
      flex: 0 0 auto;
      text-align: right;
      margin-left: auto;