# البحث

تكوين نظام البحث النصي الكامل (Xapian).

يمكن الوصول إلى هذه الإعدادات تحت **إدارة > إعدادات التكوين > البحث**. تحتوي هذه الفئة على **3 إعدادات**، مدرجة أدناه مع العنوان والتعليق المرسل في إعدادات المنصة الافتراضية (`SettingsCurrentFixtures.php`).

> يُعرض اسم المتغير في الكود بخط أحادي المسافة. استخدمه عند البرمجة عبر API أو عند الحاجة إلى تغيير هذه الإعدادات على المستوى العام عن طريق تحرير [`config/settings_override.yaml`](https://github.com/chamilo/chamilo-lms/wiki/Configurations#configsettings_overridesyaml).

## الإعدادات

### `search_enabled`

**ميزة البحث النصي الكامل**

اختر "نعم" لتمكين هذه الميزة. تعتمد بشكل كبير على امتداد Xapian لـ PHP، لذا لن تعمل إذا لم يتم تثبيت هذا الامتداد على خادمك، في الإصدار 1.x كحد أدنى.

*افتراضي: `false`*

### `search_prefilter_prefix`

**حقل محدد للتصفية المسبقة**

تتيح لك هذه الخيار اختيار الحقل المحدد لاستخدامه في نوع البحث بالتصفية المسبقة.

### `search_show_unlinked_results`

**البحث النصي الكامل: عرض النتائج غير المرتبطة**

عند عرض نتائج البحث النصي الكامل، ماذا يجب القيام به بالنتائج التي لا يمكن للمستخدم الحالي الوصول إليها؟

*افتراضي: `true`*


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.chamilo.org/2.x-ar/dlyl-alidarh/admin-guide/platform-settings/search-settings.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
