I have the following page_tree in which both de_ch and de_de have the same language (Its needs to be the same language). When I get the searchresults I get the result from both tree's but i just wanna have the results from the current Pagetree (for example only from de_ch and the subpages from this one).
TYPO3 Indexed_search set startpage
114 Views Asked by Yannick Wittwer At
1
There are 1 best solutions below
Related Questions in SEARCH
- How to create a regular expression to partition a string that terminates in either ": 45" or ",", without the ": "
- Hospital route finding ai project
- tryin to write a function that searches for SSN in a dict, and if that SSN is found, to retrieve all the data associated with that SSN
- How the search filter from search bar works in mern?
- Angular application loading weirdly when I add "/" at the end of URL
- Elastic python to extract last 1hr tracing
- How to detect if two sentences are simmilar, not in meaning, but in syllables/words?
- I need to have a look at all my private pine scripts and filter the scripts for certain words in TRADINGVIEW
- What is correct URL? {'quandl_error': {'code': 'QECx01', 'could not recognize URL: /api/v3/databases/WIKI/search. Please check URL and try again.'}
- Solr 9 punctuation issue
- Autocomplete search filter not working for dynamically added input fields in angular
- How to correct call API search request with debounce?
- Search in GDrive only the first 5 topics
- How do I use sp/pnp sp.search to find all Associated sites when querying a hub site Id
- How to apply custom analyzers on a field in Vespa schema
Related Questions in TYPO3
- TYPO3 Fluid: How to get selected page categories in fluid
- There is no entry in the $TCA array for the table "index_stat_word". TYPO3, v.11.5. Indexed search
- TYPO3 Flexform reset after change
- Get data from database and pass it to the template in TYPO3 11.5
- How to troubleshoot and resolve a Typo3 503 Error?
- TYPO3: tx-form custom fluid templates and class for submit button
- Autogenerate link title based on URL/target for accessibility
- TYPO3 fluid viewhelper f:security.nonce doesn't generate nonce
- DCE (Dynamic Content Element) access tab for each field within a section
- Typo3 - Frontend 404 after Server Migration (also an URL Change)
- After composer dumpautoload show InstalledVersions" not found
- typoscriptObjectPath throws error in Powermail 12
- Get all categories from a page into a data attribute in typoscript
- TYPO3 v11: upgrade to PHP8 breaks the page completely
- How to implement Connector Services (svconnector) in TYPO3 12?
Related Questions in TYPO3-8.X
- TYPO3 Exception ExtensionManagementUtility not found
- TYPO3 realrul broken? L=../ equal L=0
- How to create a new TYPO3 FE User in an Extbase-CommandController-Task
- How to set human readable URL for detail page in Typo3 v8 News System
- Typo3 8.7.32 - A column from custom extbase table gets partially "corrupted" once every so often, has anyone seem something similar?
- TYPO3 reactivate deleted page
- TYPO3 DCE with fatal error in typo3temp output_tca_and_flexform.php
- Accessing the Layout Field in typo3 my Extension
- TYPO3 8.7.32: html is output as text in setup
- Large number of Sleep connections to database in TYPO3
- PackageStates.php exception in TYPO3
- Users get flooded with messages about connection problems
- TYPO3 - How to make a get request to a controller action
- A scheduler task in TYPO3 deactivates randomly
- After updating TYPO3, PHP and FLUX: Content Element with uid "XXXX" and type "flux_XXXXX" has no rendering definition
Related Questions in TX-INDEXED-SEARCH
- Indexing external URLs served by a different TYPO3 instance
- Commands out of sync; you can't run this command now - error on TYPO3 backend module of EXT:indexed_search
- Typo3 9.5: Crawl pages with front end login
- TYPO3 - indexed_search generates wrong URL's in result
- Typo3 8.7 Indexed Search: exclude images
- indexed_search Multidomain (TYPO3 9 LTS)
- Why does the typo3 indexedsearch not search?
- TYPO3 Indexed Search Pagination not showing next pages
- exclude images from “indexed_search” search results
- TYPO3: Indexed Search plugin limited to a single page + subpages
- Setup indexed search with news extension
- Indexed search and site management's slug cause issue with custom TYPO3 extensions
- Create custom search form indexed_search TYPO3 v8
- TYPO3 Indexed_search set startpage
- Postgres full text search error when using setweight()
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Please don't get me wrong but I do not recommend using indexed_search. The community still invests time to improve this core extension but to be honest: it is quite slow, the concept has some drawbacks and there are better extensions available. There are some - a little bit more complex - solutions for solr (https://extensions.typo3.org/extension/solr/) and for elasticsearch (https://extensions.typo3.org/extension/mksearch/). But this could be an overhead for your project.
A feasible compromise is ke_search (https://extensions.typo3.org/extension/ke_search/). This extension is well documented (https://www.typo3-macher.de/en/facetted-search-ke-search/documentation/introduction/ in German and English) and easy to install. In less than 2 hours the whole thing is up and indexing. It should be quite easy to achieve your desired goal. If you have problems with it just ask or register for a TYPO3 Slack account. There is a channel #ext-ke_search where people are happy to assist you.