- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 45 for suggestion (0.05 seconds)
-
src/main/webapp/js/suggestor.js
e.preventDefault(); } suggestor.selectlist("up"); } else if (e.keyCode === KEY_CODES.DOWN) { if ($boxElement.css("display") === "none") { suggestor.suggest(); } else { suggestor.selectlist("down"); } } else if (e.keyCode === KEY_CODES.ENTER) { if (isFocusList) { suggestor.fixList(); } } });
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Nov 20 11:04:08 GMT 2025 - 13.3K bytes - Click Count (0) -
src/main/webapp/js/admin/plugins/form-validator/jquery.form-validator.min.js
numSuggestionElements&&c.bind("resize",function(){a(".jquery-form-suggestions").each(function(){var b=a(this),c=b.attr("data-suggest-container");g(b,a(".suggestions-"+c).eq(0))})}),this._numSuggestionElements++;var h=function(b){var c=b.valAttr("suggestion-nr");a.formUtils._selectedSuggestion=null,a.formUtils._previousTypedVal=null,a(".jquery-form-suggestion-"+c).fadeOut("fast")};return b.data("suggestions",d).valAttr("suggestion-nr",this._numSuggestionElements).unbind("focus.suggest").bind("foc...
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Mon Jan 01 05:12:47 GMT 2018 - 32.8K bytes - Click Count (0) -
src/main/resources/fess_config.properties
suggest.popular.word.window.size=30 # Query frequency for popular word suggestion. suggest.popular.word.query.freq=10 # Minimum hit count for suggestion. suggest.min.hit.count=1 # Field for suggestion contents. suggest.field.contents=_default # Field for suggestion tags. suggest.field.tags=label # Field for suggestion roles. suggest.field.roles=role # Index contents for suggestion.
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 59.3K bytes - Click Count (0) -
src/main/webapp/css/chat.css
line-height: 1.6; } .empty-state-suggestions { width: 100%; max-width: 500px; } .suggestions-label { font-size: 0.8125rem; color: #6b778c; margin-bottom: 0.75rem; font-weight: 500; } .suggestion-chips { display: flex; flex-wrap: wrap; gap: 0.5rem; justify-content: center; } .suggestion-chip { padding: 0.5rem 1rem;Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Mar 15 06:21:57 GMT 2026 - 19.4K bytes - Click Count (0) -
src/main/webapp/js/chat.js
$(this).find('.filter-search-wrapper').hide(); } }); // Suggestion chip click handlers $('.suggestion-chip').on('click', function() { var suggestion = $(this).data('suggestion'); if (suggestion) { elements.chatInput.val(suggestion); updateCharCount(); autoResizeTextarea(); sendMessage();
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 19 01:36:02 GMT 2026 - 30.6K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/admin/general/EditForm.java
/** * Enable or disable search suggestions based on search logs. * When enabled, suggestions are generated from previous searches. */ @Size(max = 10) public String suggestSearchLog; /** * Enable or disable search suggestions based on document content. * When enabled, suggestions are generated from indexed documents. */ @Size(max = 10)Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 02:24:08 GMT 2026 - 15.8K bytes - Click Count (0) -
AI_POLICY.md
2. **Disclose significant AI involvement.** If AI tools played a major role in producing your contribution, say so in the description. We are not interested in incidental use, such as asking a chatbot for advice or accepting an autocomplete suggestion—but rather in cases where a tool generated substantial portions of the work. Disclosure will not reduce the likelihood of your PR or issue being accepted; we ask because information about AI tool use helps us evaluate their impact, build new best...
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Fri Mar 27 18:43:39 GMT 2026 - 3.1K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
* comment: Seed value for popular word suggestion. * @return The value of found property. (NotNull: if not found, exception but basically no way) */ String getSuggestPopularWordSeed(); /** * Get the value for the key 'suggest.popular.word.seed' as {@link Integer}. <br> * The value is, e.g. 0 <br> * comment: Seed value for popular word suggestion.Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 576.9K bytes - Click Count (2) -
MIGRATION.md
Fess Site Search provides extensive customization options via the [FSS Generator](https://fss-generator.codelibs.org/docs/manual): - Result layout and styling - Facet configuration - Search box placement - Suggestion behavior **Example Result**:  **Additional Resources**:
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Nov 06 12:40:11 GMT 2025 - 23.2K bytes - Click Count (0) -
src/main/resources/fess_label_fr.properties
labels.groups=Groupes labels.hash=Hachage labels.maxSize=Taille maximale labels.order=Ordre labels.purgeSuggestSearchLogDay=Supprimer les anciennes informations de suggestion labels.q=Requête labels.roles=Rôles labels.suggestSearchLog=Journal de recherche de suggestions labels.suggestWord=Suggérer un mot labels.targetLabel=Étiquette labels.term=Terme labels.fields=Champs labels.ex_q=Requête étendue
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 54.4K bytes - Click Count (0)