CARVIEW |
Select Language
HTTP/2 200
date: Sun, 27 Jul 2025 19:36:51 GMT
content-type: text/html; charset=utf-8
vary: X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, X-Requested-With,Accept-Encoding, Accept, X-Requested-With
x-repository-download: git clone https://github.com/DynamoDS/Dynamo.git
etag: W/"b275b5522d87f218c1539b2844173acf"
cache-control: max-age=0, private, must-revalidate
strict-transport-security: max-age=31536000; includeSubdomains; preload
x-frame-options: deny
x-content-type-options: nosniff
x-xss-protection: 0
referrer-policy: no-referrer-when-downgrade
content-security-policy: default-src 'none'; base-uri 'self'; child-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/; connect-src 'self' uploads.github.com www.githubstatus.com collector.github.com raw.githubusercontent.com api.github.com github-cloud.s3.amazonaws.com github-production-repository-file-5c1aeb.s3.amazonaws.com github-production-upload-manifest-file-7fdce7.s3.amazonaws.com github-production-user-asset-6210df.s3.amazonaws.com *.rel.tunnels.api.visualstudio.com wss://*.rel.tunnels.api.visualstudio.com objects-origin.githubusercontent.com copilot-proxy.githubusercontent.com proxy.individual.githubcopilot.com proxy.business.githubcopilot.com proxy.enterprise.githubcopilot.com *.actions.githubusercontent.com wss://*.actions.githubusercontent.com productionresultssa0.blob.core.windows.net/ productionresultssa1.blob.core.windows.net/ productionresultssa2.blob.core.windows.net/ productionresultssa3.blob.core.windows.net/ productionresultssa4.blob.core.windows.net/ productionresultssa5.blob.core.windows.net/ productionresultssa6.blob.core.windows.net/ productionresultssa7.blob.core.windows.net/ productionresultssa8.blob.core.windows.net/ productionresultssa9.blob.core.windows.net/ productionresultssa10.blob.core.windows.net/ productionresultssa11.blob.core.windows.net/ productionresultssa12.blob.core.windows.net/ productionresultssa13.blob.core.windows.net/ productionresultssa14.blob.core.windows.net/ productionresultssa15.blob.core.windows.net/ productionresultssa16.blob.core.windows.net/ productionresultssa17.blob.core.windows.net/ productionresultssa18.blob.core.windows.net/ productionresultssa19.blob.core.windows.net/ github-production-repository-image-32fea6.s3.amazonaws.com github-production-release-asset-2e65be.s3.amazonaws.com insights.github.com wss://alive.github.com api.githubcopilot.com api.individual.githubcopilot.com api.business.githubcopilot.com api.enterprise.githubcopilot.com; font-src github.githubassets.com; form-action 'self' github.com gist.github.com copilot-workspace.githubnext.com objects-origin.githubusercontent.com; frame-ancestors 'none'; frame-src viewscreen.githubusercontent.com notebooks.githubusercontent.com; img-src 'self' data: blob: github.githubassets.com media.githubusercontent.com camo.githubusercontent.com identicons.github.com avatars.githubusercontent.com private-avatars.githubusercontent.com github-cloud.s3.amazonaws.com objects.githubusercontent.com release-assets.githubusercontent.com secured-user-images.githubusercontent.com/ user-images.githubusercontent.com/ private-user-images.githubusercontent.com opengraph.githubassets.com copilotprodattachments.blob.core.windows.net/github-production-copilot-attachments/ github-production-user-asset-6210df.s3.amazonaws.com customer-stories-feed.github.com spotlights-feed.github.com objects-origin.githubusercontent.com *.githubusercontent.com; manifest-src 'self'; media-src github.com user-images.githubusercontent.com/ secured-user-images.githubusercontent.com/ private-user-images.githubusercontent.com github-production-user-asset-6210df.s3.amazonaws.com gist.github.com; script-src github.githubassets.com; style-src 'unsafe-inline' github.githubassets.com; upgrade-insecure-requests; worker-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/
server: github.com
content-encoding: gzip
accept-ranges: bytes
set-cookie: _gh_sess=D%2BHtEMgWjaExNk%2FYZGPV45h8Wj7fcQbBnrsvxl4S1EBaiQYzseobQaHb0zgXsI%2B6fwL8Lc1FFYxJJ8B1h0nzSVTb2ELQqEaHuU6IKfJ0VtwYMGM%2FuwEUklDfvuAKaI8sSeC%2Buf1BFjHzGiNEWs9nFFth4gLzrHr1CCRaOodNTuCMylMfZnETDN06nNe649rdFZTfR3sjsk7nCgOexLnBSdSCiD%2BkaoO%2B9u9UA98tlTy79YgJWqQNwUfEOmldwiY0lPsVWzu%2B3LEEpMN1bHy%2BTw%3D%3D--AKAKrk7cyRRVClur--WU6TOMSkQbWfP0RRx6u%2Bjg%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.811013081.1753645011; Path=/; Domain=github.com; Expires=Mon, 27 Jul 2026 19:36:51 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Mon, 27 Jul 2026 19:36:51 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: 9062:29054:795C3F:9E241D:68867FD3
DYN-6535 DynamoRevit Improve Search (#14878) · DynamoDS/Dynamo@f33a015 · GitHub
Copy file name to clipboardExpand all lines: src/DynamoCore/Utilities/LuceneSearchUtility.cs
Skip to content
Navigation Menu
{{ message }}
-
Notifications
You must be signed in to change notification settings - Fork 658
Commit f33a015
authored
DYN-6535 DynamoRevit Improve Search (#14878)
* DYN-6535 DynamoRevit Improve Search
In a search criteria like "list replace" I've implemented a fix that will check on many nodes we have when the terms splitted by empty space (in this case list and replace) so if it reaches the limit then we discard the split search and execute a normal search.
* DYN-6535 DynamoRevit Improve Search
Adding extra comments
* DYN-6535 DynamoRevit Improve Search Code Review
Convert the ByEmptySpace to be a property and remove it from the enum.
* DYN-6535 DynamoRevit Improve Search Code Review
Adding extra comments1 parent 32025e7 commit f33a015Copy full SHA for f33a015
File tree
Expand file treeCollapse file tree
1 file changed
+46
-13
lines changedFilter options
- src/DynamoCore/Utilities
Expand file treeCollapse file tree
1 file changed
+46
-13
lines changedsrc/DynamoCore/Utilities/LuceneSearchUtility.cs
Copy file name to clipboardExpand all lines: src/DynamoCore/Utilities/LuceneSearchUtility.cs+46-13Lines changed: 46 additions & 13 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
73 | 73 |
| |
74 | 74 |
| |
75 | 75 |
| |
| 76 | + | |
| 77 | + | |
76 | 78 |
| |
77 | 79 |
| |
78 | 80 |
| |
| |||
82 | 84 |
| |
83 | 85 |
| |
84 | 86 |
| |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
85 | 99 |
| |
86 | 100 |
| |
87 | 101 |
| |
| |||
264 | 278 |
| |
265 | 279 |
| |
266 | 280 |
| |
| 281 | + | |
| 282 | + | |
267 | 283 |
| |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
268 | 289 |
| |
269 | 290 |
| |
270 | 291 |
| |
| |||
273 | 294 |
| |
274 | 295 |
| |
275 | 296 |
| |
276 |
| - | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
277 | 306 |
| |
278 | 307 |
| |
279 | 308 |
| |
280 | 309 |
| |
281 | 310 |
| |
282 |
| - | |
| 311 | + | |
283 | 312 |
| |
284 | 313 |
| |
285 | 314 |
| |
| |||
297 | 326 |
| |
298 | 327 |
| |
299 | 328 |
| |
300 |
| - | |
301 |
| - | |
302 |
| - | |
303 |
| - | |
304 |
| - | |
305 |
| - | |
306 |
| - | |
307 | 329 |
| |
308 | 330 |
| |
309 |
| - | |
| 331 | + | |
310 | 332 |
| |
311 | 333 |
| |
312 | 334 |
| |
313 | 335 |
| |
314 | 336 |
| |
315 | 337 |
| |
316 |
| - | |
317 |
| - | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
| 341 | + | |
| 342 | + | |
| 343 | + | |
| 344 | + | |
| 345 | + | |
| 346 | + | |
318 | 347 |
| |
319 |
| - | |
| 348 | + | |
320 | 349 |
| |
321 | 350 |
| |
322 | 351 |
| |
| |||
331 | 360 |
| |
332 | 361 |
| |
333 | 362 |
| |
| 363 | + | |
| 364 | + | |
| 365 | + | |
| 366 | + | |
334 | 367 |
| |
335 | 368 |
| |
336 | 369 |
| |
|
You can’t perform that action at this time.
0 commit comments