I'm running a site on Drupal 6 and I've created a custom module that creates several pages of content from a database source.
The pages are in the menu structure so drupal "knows they exist."
How do I get SOLR to index the content on these pages?
Related
I have multiple PDF media files in a Kentico 11 website which I have redirected to our new website where the updated media file documents now reside. We must keep these old media files on the original website due to various resources which reference these file links (which now redirect to the new site with the updated files).
I would like to exclude these old media files from being found through the universal website search on the original website.
The files need to remain on the original website for redirect purposes but want to exclude them from search.
Thank you for any help.
I assume the media files are stored in the Content Tree using (your own copy of) the CMS.File page type? You have to update your Search index to exclude this CMS.File page type or excluded a certain path. Kind of depends how you can identify these files.
Something like:
Path: /YourArchivedDocuments/%
Page types: CMS.File
This will exclude all CMS.File types that are located anywhere below the YourArchivedDocuments folder.
See more info about how to exclude on devenet:
https://docs.kentico.com/k11/configuring-kentico/setting-up-search-on-your-website/using-locally-stored-search-indexes/creating-local-search-indexes/defining-local-page-indexes#Defininglocalpageindexes-Addingexcludedcontent
If you have the media stored in the Media Library you probably have coded a Custom Search Index since Kentico won't index Media library files out of the box. So you would have to adjust your custom code.
website.powertools.http=http://powertools.local:9001/mystorefront
website.powertools.https=https://powertools.local:9002/mystorefront
website.mystore.http=http://localhost:9002
website.mystore.https=https://localhost:900
those are from localproperties.
so now, when i go to
https://localhost:9002
storefront comes. when i click something, it goes to
https://localhost:9002/powertools/en/USD/Open-Catalogue/Tools/Measuring-%26-Layout-Tools/c/1358
i want to remove this powertools and make it mystore.
What should i do?
I did not configure powertools, it is coming from b2b.
I also did not configure mystore.
I just want powertools to become mystore.
also on project properties, i did
mystorefront.webroot=
storefrontContextRoot=
this to make localhost navigate to mystore.
i also used that impex and i can see in in wcms / websites
$siteUid=mystore
# CMS Site
INSERT_UPDATE CMSSite ; uid[unique=true] ; urlPatterns ;
; $siteUid ; (?i)^https?://[^/]+(/[^?]*)?\?(.*\&)?(site=$siteUid)(|\&.*)$,(?i)^https?://$siteUid\.[^/]+(|/.*|\?.*)$,(?i)^https?://[^/].*$ ;
An accelerator module is able to display more than one CMS Site. A CMS Site is the configuration item for your online shop frontend. It is stored in the database. The accelerator module is just the source code that takes care of displaying a CMS Site. What products/pages are displayed and what languages, designs and so on are supported is configured in the CMS Site. Also, a CMS Site holds URL Patterns, which are regular expressions. If the request URL matches one of the URL Patterns, it is considered to belong to the corresponding CMS Site.
Did you configure a CMS Site for mystore? Creating a CMS Site requires the creation a lot of related types and has a lot of pitfalls. I would recommend you to follow the commmerce trail on the hybris help pages to create your own accelerator module/CMS Site config.
I am developing website on Orchard CMS. In this website I have a bunch of pure HTML content pages, for this search working across all these pages and I have a few other additional pages that have dynamic content from database (custom module), for this search is not working.
Is it possible to filter dynamic content using orchard default search?
Is it possible to bind database data without writing any code?
Any help on this greatly appreciated.
Basically like the title states, I have a subsite with a Calendar App part and would like to add it onto the landing page of my root site.
I've tried using SharePoint Designer and just copying and pasting out the section but received an error saying the list does not exist.
I'm also unable to get it to work from saving the web part as a file and then uploading into my root site.
Any help is appreciated,
Thanks.
Most web parts are specific to the subsite on which they are displayed. You cannot connect a calendar web part on a parent site out of the box. You'll need to use either a content query web part or build a custom calendar web part. The content query web part will display your items in a list, so if you want a calendar view, you'll either need to heavily format the underlying xsl or go with the custom web part.
I created a new pages library, "News Pages", on one of my subsites.
Beforehand, I created some custom site columns, added those to a site content type, and then created a new page layout using those site columns. This page layout is used by default when a new page is created.
But when I create a new page, fill out the fields and publish, it's appearing in the subsite's default "Pages" library, NOT my "News Pages" library.
How would I go about changing my setup so that any new pages are published to "News Pages" library instead?
The SharePoint Publishing Infrastructure is built to handle only one Pages library per web site. This means that you will run into problems trying to add an extra library (believe me, I've tried ;))
The only way to have multiple pages libraries is to create a sub site and use it's pages library.