TSearch: Razlika med redakcijama
Iz SDMS
Jump to navigationJump to searchm |
m |
||
| Vrstica 1: | Vrstica 1: | ||
| + | Rarred '''Search''' je namenjen | ||
| + | |||
| + | == Določanje nastavitev == | ||
| + | === AddCategory === | ||
| + | |||
| + | === AddTemplate === | ||
| + | |||
| + | == Izdelava indeksa == | ||
| + | === Rebuild === | ||
| + | |||
| + | === Update === | ||
| + | |||
| + | == Iskanje == | ||
| + | === Execute === | ||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
<source class="example"> | <source class="example"> | ||
Search.AddCategory('Parcele', 'parc', RL, 'hint') | Search.AddCategory('Parcele', 'parc', RL, 'hint') | ||
Redakcija: 13:38, 27. marec 2010
Rarred Search je namenjen
Vsebina
Določanje nastavitev
AddCategory
AddTemplate
Izdelava indeksa
Rebuild
Update
Iskanje
Execute
<source class="example"> Search.AddCategory('Parcele', 'parc', RL, 'hint')
Search.AddTemplate('txt', 'parc', 'html', '[F a], [F b],[F b]')
Search.AddTemplate('web', 'parc', 'html', '[F a]
[F b]
[F b]')
Search.AddTemplate('mob', 'parc', 'html', '[F a]
[F b]
[F b]')
Search.Rebuild(Category As String) Search.Update
Search.Execute (Query, Category, Template As String, Hits As Long) <source>