What fields does the SDL Tridion 2011 search use?

I have never had practical success using the search function in Tridion (SDL Tridion 2011). I am looking at a list of components. I enter some text for the single name of this component, and the search does not find it. I have to use the exact name of the component to find it.

In which fields does it work using my criteria?

Is there a wildcard symbol that I can use, or a parameter to make the request contains?

+5
source share
2 answers

The search index should index all fields of all components, as well as text in binary files (PDF files, MS Word documents, etc.). I have an executable instance of SDL Tridion 2011 and can confirm that it really gives results from both binary and regular component content.

I'm not quite sure about the inner workings of the new version of SolR Tridion, but I think that the captions and the full text are indexed separately.

, , , , . " " ( "C:\Program Files (x86)\Tridion\bin\TcmPurgeQueue.exe" ) , . , , , , .

'*'. "Rampusplong" , "Rampusplong" "Rampus*" "*ampusplo*" , "Rampus" .

+6

, * , . . (: SDL " SDL Tridion" ) .

(, tcm:19-123-8)

  • AND
  • OR
  • NOT
  • IN (, "someord IN title", title XML)

"(," Mad cookie ")

  • * , ( )
  • ?

 + - ! ( ) { } [ ] ^ " ~ * ? : \ ( , )

( \ )

  • CONTAINS
  • NEAR
  • SENTENCE
  • PARAGRAPH
  • PHRASE
  • IN
  • MATCHES
  • STARTS
  • SUBSTRING
  • ENDS
  • AND
  • OR
  • NOT

, , , ( ).

, (, R5.3 , , 2009), ( VBScript), . , , 2011 .

+5

All Articles