Skip to content

Commit 39a9389

Browse files
authored
Merge pull request cardstack#1369 from cardstack/cs-6909-cant-find-drafts-workspace-in-search
Return index card in the search results
2 parents b728c92 + 6709b02 commit 39a9389

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/runtime-common/indexer.ts

-2
Original file line numberDiff line numberDiff line change
@@ -367,8 +367,6 @@ export class Indexer {
367367
['i.realm_url = ', param(realmURL.href)],
368368
['i.type =', param('instance')],
369369
['is_deleted = FALSE OR is_deleted IS NULL'],
370-
// our tests assert that the index card should not come back in the search results, so:
371-
['url !=', param(new RealmPaths(realmURL).fileURL('index.json').href)],
372370
realmVersionExpression({ withMaxVersion: version }),
373371
];
374372
if (filter) {

0 commit comments

Comments
 (0)