Lines 93-103
a.add, a.delete {
Link Here
|
93 |
<div class="warning"> |
93 |
<div class="warning"> |
94 |
Warning: Any changes to the configuration will only take effect after a full reindex. Until then searching may not work correctly. |
94 |
Warning: Any changes to the configuration will only take effect after a full reindex. Until then searching may not work correctly. |
95 |
|
95 |
|
96 |
<p>Weight: define weight between 1 and 99.</p> |
96 |
<p>Weight: define weight between 1 and 99. Higher numbers indicate increased relevancy. |
|
|
97 |
<strong>Note that fields weighting works only for simple search.</strong></p> |
97 |
<ol> |
98 |
<ol> |
98 |
<li>only search fields mapped with biblios can be weighted</li> |
99 |
<li>only search fields mapped with biblios can be weighted</li> |
99 |
<li>search will be done on weighted fields only</li> |
100 |
<li>search will boost/increase weighted field(s) relevancy</li> |
100 |
<li>if no field is weighted, search will be done on all the record</li> |
|
|
101 |
</ol> |
101 |
</ol> |
102 |
</div> |
102 |
</div> |
103 |
[% IF errors %] |
103 |
[% IF errors %] |
104 |
- |
|
|