Questions tagged [tx-indexed-search]
24 questions
2
votes
2 answers
Remove the word 'Page' from indexed_search pagination?
The indexed_search pagination outputs links like "Page 1, Page 2, Page 3"
Is there any way to edit it to remove the word 'Page' so the output is just the numbers?

user500665
- 1,220
- 1
- 12
- 38
1
vote
2 answers
TYPO3: Indexed Search plugin limited to a single page + subpages
I'm using TYPO3 11.5.27 and the indexed_search extension.
Is it possible to limit the search to only a page and relative subpages?

Fabiano Petrone
- 17
- 1
1
vote
1 answer
Create custom search form indexed_search TYPO3 v8
I'm trying to add a custom search form into my template, the TypoScript I used in a v7 install no longer works.
If I copy the Fluid form used in the extension (Form.html) and place it into one of my Fluid template a search box appears but it posts…

Tom
- 109
- 1
- 15
1
vote
1 answer
Typo3 8.7 Indexed Search: exclude images
I am looking for the proper way to exclude images from being indexed. I tried using plugin.tx_indexedsearch.settings.mediaList = 0 (I deduced that number from the mediaTypes select list in the advanced search form) but that only changed the options…

clive beckett
- 152
- 16
1
vote
1 answer
TYPO3 - indexed_search - crawler cofiguration - multilanguage site
I want to disable frontend indexing an make use of crawler. How to setup a crawler configuration for:
A) indexing the pagetree in several languages
B) indexing custom records in several languages
But there is nothing menitoned regarding languages…

JKB
- 499
- 2
- 13
1
vote
1 answer
Postgres full text search error when using setweight()
I have PostgreSQL 9.6.8 running on Fedora 27 64bit. When i execute this query:
UPDATE tbl SET textsearchable_index_col =
setweight(to_tsvector('french', coalesce("col1",'')), 'D') ||
setweight(to_tsvector('french', coalesce("col2",'')), 'D');
I…

corneliu
- 656
- 13
- 37
1
vote
1 answer
exclude images from “indexed_search” search results
I would like to exclude images from a search results with indexed_search plugin. I've excluded file types from indexing under plugin settings, but I'm not sure if that would also effect all images that were already indexed.

ABoooo
- 161
- 1
- 3
- 15
0
votes
0 answers
Setup indexed search with news extension
I use the "indexed_search", "crawler" and "news" extensions in TYPO3 11.5 and I want to search for news entries. There is an example in the crawler extension. I modified it to invoke the indexer for the crawled urls, as I found lots of other code…

fishbone
- 3,140
- 2
- 37
- 50
0
votes
0 answers
TYPO3 v. 11.5.21 Search field is not working properly
as expected, there coming more and more with TYPO3. I'm very in TYPO3 and working with the bootstrap package. Therefore I don't understand loads of stuff.
The task is actually very simple (i guess). I just want to include a search field on in my…

expikx
- 1
0
votes
1 answer
Typo3 9.5: Crawl pages with front end login
I undertook the work on an intranet based on Typo3 v9.5.23. They're using indexed_search v9.5.23 and crawler v9.1.5 to crawl the pages but in the database table tx_crawler_queue in the column result_data I get {"content":"\"403 Access denied\""} for…

MaxMarvin
- 3
- 1
0
votes
1 answer
indexed_search Multidomain (TYPO3 9 LTS)
There is a multidomain setup (domains next to each other on the same level), each domain has their own search page and configuration. I've tried...
plugin.tx_indexedsearch.settings.rootPidList = 3
...to get the search results limited to the domains…

JKB
- 499
- 2
- 13
0
votes
0 answers
TYPO3 Indexed Search Pagination not showing next pages
When I search on my website and try to use the pagination it says "no entrys found" (https://www.zeva.org/werkzeuge/suche search for "test")
How can I fix that?
I tried disabling the searchbar on the top right header and already tried to use the…

Adrian
- 5
- 5
0
votes
1 answer
Why does the typo3 indexedsearch not search?
I'm working with a typo3 installation. The Version 9.5.8. I have a search field on every page. When a value is entered into the field and the search button is clicked, I end up on the main search page (ID 255 in my case). On that page, the value…

user2660930
- 157
- 1
- 3
- 11
0
votes
1 answer
TYPO3 9.5.7: Cannot unlock indexed_search indexing module for editors
I have a page with a file link content element. When I add a new (pdf) file or override an existing, the index data of this page is not updating. I have to delete the index data manually at the indexing module to get it work. I could live with that,…

Ralf
- 836
- 1
- 9
- 32
0
votes
1 answer
Indexed search and site management's slug cause issue with custom TYPO3 extensions
TYPO3 Environment
TYPO3 v9.5.3
EXT:news (7.0.8)
EXT:indexed_search (9.5.3)
Use Composer: No
The Problem
On EXT:indexed_search result listing page, Custom extension record's slug URL are not generating. The slug only contains TYPO3 page…

NITSAN Technologies
- 33
- 5