files_fulltextsearch icon indicating copy to clipboard operation
files_fulltextsearch copied to clipboard

fulltext search is not available for federated shares

Open ferdiga opened this issue 1 year ago • 0 comments

This part of the code is only a comment - intention or forgotten to activate? apps/files_fulltextsearch/templates/settings.admin.php https://github.com/nextcloud/files_fulltextsearch/blob/master/templates/settings.admin.php

	<div class="div-table-row">
		<div class="div-table-col div-table-col-left">
			<span class="leftcol">Federate Shares:</span>
			<br/>
			<em>Index the content of federated shares.</em>
		</div>
		<div class="div-table-col">
			<input type="checkbox" id="files_federated" value="1"/>
		</div>
	</div>

ferdiga avatar Jun 15 '24 11:06 ferdiga