Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escape special characters +-&|!(){}[]^"~*?:\ - e.g. \+ \* \!
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Back to post

Revisions 4

one year ago
Daniil Sedov
219 × 6 Administrator
Why does building adnl-http-proxy on Windows fail?
Build adnl-http-proxy on windows fails
When running the command: `cmake --build . --target adnl-http-proxy --config Release` The build fails with error: `msbuild: can not find adnl-http-proxy.vscxproj` How do I build without sln or project files? In GitHub, the TON workflows on Windows uses same command for build artefacts.
Run command: `cmake --build . --target adnl-http-proxy --config Release` Build fails with error: `msbuild: can not find adnl-http-proxy.vscxproj` How to build without sln or project files? In github ton workflows on windows use same command for build artefacts
#question #build
#question
Build adnl-http-proxy on windows fails
Build adnl-http-proxy on windows fails
Run command: `cmake --build . --target adnl-http-proxy --config Release` Build fails with error: `msbuild: can not find adnl-http-proxy.vscxproj` How to build without sln or project files? In github ton workflows on windows use same command for build artefacts
Run command: cmake --build . --target adnl-http-proxy --config Release Build fails with error: msbuild: can not find adnl-http-proxy.vscxproj How to build without sln or project files? In github ton workflows on windows use same command for build artefacts
#question
#question
Build adnl-http-proxy on windows fails
Build adnl-http-proxy on windows fails
Run command: cmake --build . --target adnl-http-proxy --config Release Build fails with error: msbuild: can not find adnl-http-proxy.vscxproj How to build without sln or project files? In github ton workflows on windows use same command for build artefacts
Run command: cmake --build . --target adnl-http-proxy --config Release Build fails with error: msbuild: can not find adnl-http-proxy.vscxproj How to build without sln or project files?
#question
#question
one year ago
Original
Build adnl-http-proxy on windows fails

Run command: cmake --build . --target adnl-http-proxy --config Release Build fails with error: msbuild: can not find adnl-http-proxy.vscxproj How to build without sln or project files?
#question