2012-12-27 105 views
0

我試圖創建GSA搜索查詢:GSA搜索 - 查詢語法

假設把所有的排除meta標籤裏面的一些文本結果,查詢一些事情,如:

inmeta:Education -first and -second and -courses... 

但沒有運氣。有人知道正確的語法是什麼嗎?

回答

2

我已經使用了等於前條件和查詢看起來是這樣的 -

(inmeta:education=first OR inmeta:education=second) 

如果結果不能包括所有的meta標籤頁Education不等於價值first然後使用 -

inmeta:Education-first 

多個值可以使用的條件 -

(inmeta:Education-first OR inmeta:Education-second) 

你可以在這裏找到很多更多的信息 - https://developers.google.com/search-appliance/documentation/46/xml_reference#request_query_terms

希望這可以幫助你。